| @@ -1,4 +1,3 @@ | |||||
| // c:\Users\Holy-Knight-IX\Desktop\Working Space\3.TikTok-MiniPro\ttc\components\shop\shop.js | |||||
| Component({ | Component({ | ||||
| data: { | data: { | ||||
| @@ -1,4 +1,3 @@ | |||||
| { | { | ||||
| "component": true, | |||||
| "usingComponents": {} | |||||
| "component": true | |||||
| } | } | ||||
| @@ -1,2 +1 @@ | |||||
| <!-- c:\Users\Holy-Knight-IX\Desktop\Working Space\3.TikTok-MiniPro\ttc\components\shop\shop.ttml --> | |||||
| <text>c:\Users\Holy-Knight-IX\Desktop\Working Space\3.TikTok-MiniPro\ttc\components\shop\shop.ttml</text> | |||||
| <view>123</view> | |||||
| @@ -1,13 +1,14 @@ | |||||
| { | { | ||||
| "usingComponents": { | |||||
| "navbar": "../../../components/navbar/navbar", | |||||
| "store": "../../../components/store/index", | |||||
| "c-coupons": "../../../components/coupons/index", | |||||
| "phoen":"../../../components/getPhoen/getPhoen" | |||||
| }, | |||||
| "navigationBarTitleText": "", | |||||
| "backgroundColor":"#f4f4f4", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "enablePullDownRefresh": true | |||||
| } | |||||
| "usingComponents": { | |||||
| "navbar": "../../../components/navbar/navbar", | |||||
| "store": "../../../components/store/index", | |||||
| "shop": "../../../components/shop/shop", | |||||
| "c-coupons": "../../../components/coupons/index", | |||||
| "phoen": "../../../components/getPhoen/getPhoen" | |||||
| }, | |||||
| "navigationBarTitleText": "", | |||||
| "backgroundColor": "#f4f4f4", | |||||
| "navigationBarBackgroundColor": "#fff", | |||||
| "navigationBarTextStyle": "black", | |||||
| "enablePullDownRefresh": true | |||||
| } | |||||
| @@ -136,6 +136,8 @@ | |||||
| <!-- 适用门店 --> | <!-- 适用门店 --> | ||||
| <!-- <store merchantVoList="{{merchantVoList}}" tt:if="{{data.type!=12}}"></store> --> | <!-- <store merchantVoList="{{merchantVoList}}" tt:if="{{data.type!=12}}"></store> --> | ||||
| <shop></shop> | |||||
| <view class='notes'> | <view class='notes'> | ||||
| <view class="notesH">购买须知</view> | <view class="notesH">购买须知</view> | ||||
| <view class="timeText">有效期</view> | <view class="timeText">有效期</view> | ||||