|
|
|
@@ -15,3 +15,14 @@ INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_i |
|
|
|
INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (3010, 3, 4499, NULL, NULL); |
|
|
|
INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (3020, 3, 5500, NULL, NULL); |
|
|
|
INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (3030, 3, 5511, NULL, NULL); |
|
|
|
|
|
|
|
|
|
|
|
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_kanjia_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4444; |
|
|
|
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_pintuan_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4455; |
|
|
|
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/zhibo_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4466; |
|
|
|
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_xiaofeika_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4477; |
|
|
|
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/jifen_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4488; |
|
|
|
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/qiandao_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4499; |
|
|
|
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/huodong_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 5500; |
|
|
|
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/youxi_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 5511; |
|
|
|
|