diff --git a/public/static/style/default/排行榜.png b/public/static/style/default/排行榜.png new file mode 100644 index 0000000..dcf3c6c Binary files /dev/null and b/public/static/style/default/排行榜.png differ diff --git a/public/static/style/default/新人首单礼.png b/public/static/style/default/新人首单礼.png new file mode 100644 index 0000000..9353403 Binary files /dev/null and b/public/static/style/default/新人首单礼.png differ diff --git a/public/static/style/default/新品首发.png b/public/static/style/default/新品首发.png new file mode 100644 index 0000000..c1437a6 Binary files /dev/null and b/public/static/style/default/新品首发.png differ diff --git a/public/static/style/default/秒杀专区.png b/public/static/style/default/秒杀专区.png new file mode 100644 index 0000000..6336bb9 Binary files /dev/null and b/public/static/style/default/秒杀专区.png differ diff --git a/public/static/style/default/邀请有礼.png b/public/static/style/default/邀请有礼.png new file mode 100644 index 0000000..68a51d5 Binary files /dev/null and b/public/static/style/default/邀请有礼.png differ diff --git a/public/static/style/default/预售专区.png b/public/static/style/default/预售专区.png new file mode 100644 index 0000000..152c4ed Binary files /dev/null and b/public/static/style/default/预售专区.png differ diff --git a/public/static/style/default/领券中心.png b/public/static/style/default/领券中心.png new file mode 100644 index 0000000..caeda46 Binary files /dev/null and b/public/static/style/default/领券中心.png differ diff --git a/public/static/style/default/首页.png b/public/static/style/default/首页.png new file mode 100644 index 0000000..5f62203 Binary files /dev/null and b/public/static/style/default/首页.png differ diff --git a/src/common/enum/store/page/wxAppStyle/constants.js b/src/common/enum/store/page/wxAppStyle/constants.js index 9dec8d4..eb011ed 100644 --- a/src/common/enum/store/page/wxAppStyle/constants.js +++ b/src/common/enum/store/page/wxAppStyle/constants.js @@ -1,4 +1,5 @@ const pageStyle = [ + { name: '默认', key: 'default', value: '' }, { name: '风格一', key: '1', value: '1' }, { name: '风格二', key: '2', value: '2' }, { name: '风格三', key: '3', value: '3' }, diff --git a/src/views/client/wxapp/Style.vue b/src/views/client/wxapp/Style.vue index 13fa185..37caa3e 100644 --- a/src/views/client/wxapp/Style.vue +++ b/src/views/client/wxapp/Style.vue @@ -6,10 +6,10 @@
-