diff --git a/.env.development b/.env.development index 79f835e..bee31c8 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ ENV = 'development' # http://mer.crmeb.net/admin # base api # www.shop.xyz -VUE_APP_BASE_API = 'http://testg.tropjoin.com' +VUE_APP_BASE_API = 'http://zkx.tropjoin.com' # VUE_APP_BASE_API = 'http://test.tropjoin.com' # VUE_APP_BASE_API = 'https://api.tropjoin.com' diff --git a/src/assets/images/aq-btn.png b/src/assets/images/aq-btn.png new file mode 100644 index 0000000..685dc82 Binary files /dev/null and b/src/assets/images/aq-btn.png differ diff --git a/src/components/mobileConfig/c_home_goods_list.vue b/src/components/mobileConfig/c_home_goods_list.vue index af7c166..5aef77c 100644 --- a/src/components/mobileConfig/c_home_goods_list.vue +++ b/src/components/mobileConfig/c_home_goods_list.vue @@ -72,6 +72,10 @@ export default { { components: toolCom.c_is_show, configNme: 'couponShow' + }, + { + components: toolCom.c_is_show, + configNme: 'grabShow' } ], manual: [ @@ -94,6 +98,10 @@ export default { { components: toolCom.c_is_show, configNme: 'couponShow' + }, + { + components: toolCom.c_is_show, + configNme: 'grabShow' } ], setUp: 0, @@ -158,6 +166,7 @@ export default { ] this.rCom = arr.concat(tempArr) } + console.log(this.rCom); }, deep: true }, @@ -194,6 +203,8 @@ export default { this.$nextTick(() => { let value = JSON.parse(JSON.stringify(this.$store.state.mobildConfig.defaultArray[this.num])) this.configObj = value; + console.log(this.configObj); + this.getCategory(); }) }, diff --git a/src/components/mobilePage/home_goods_list.vue b/src/components/mobilePage/home_goods_list.vue index 9fd9b97..01c52e8 100644 --- a/src/components/mobilePage/home_goods_list.vue +++ b/src/components/mobilePage/home_goods_list.vue @@ -25,6 +25,9 @@ +