diff --git a/mallplusui-uniapp-app/pages/index/index.vue b/mallplusui-uniapp-app/pages/index/index.vue index c9a9a35..7ee7d76 100644 --- a/mallplusui-uniapp-app/pages/index/index.vue +++ b/mallplusui-uniapp-app/pages/index/index.vue @@ -145,7 +145,7 @@ {{ item.goods.title }} - {{ item.groupPrice }} + 惠农团购价¥{{ item.groupPrice }} ¥{{ item.goods.price }} @@ -573,6 +573,7 @@ async getHotGoodsList() { let params = {}; let groupHotGoodsList = await Api.apiCall('get', Api.goods.groupHotGoodsList, params); + console.log("团购信息》》》》》",groupHotGoodsList) this.groupHotGoodsList = groupHotGoodsList; }, diff --git a/mallplusui-uniapp-app/pagesA/product/list.vue b/mallplusui-uniapp-app/pagesA/product/list.vue index 6909105..e583c02 100644 --- a/mallplusui-uniapp-app/pagesA/product/list.vue +++ b/mallplusui-uniapp-app/pagesA/product/list.vue @@ -21,7 +21,7 @@ {{ item.name }} {{ item.price }} - 佣金 ¥{{ item.fenxiaoPrice }} + 会员价{{ item.vipPrice }} @@ -461,8 +461,8 @@ page, color: $uni-color-primary; line-height: 1; &:before { - content: '¥'; - font-size: 26upx; + content: '惠农价¥'; + font-size: $font-lg; } } }