Commit 95215472 by 谢中龙

修改部分内容

parent 1b3986d6
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<view class='bgc fixed-bottom0' <view class='bgc fixed-bottom0'
style="background-image:url({{tabBar.num == 4 ? '': '/assets/imgs/7_1_0/bg.png'}});" style="background-image:url({{tabBar.num == 4 ? '': '/assets/imgs/7_1_0/bg.png'}});"
wx:if="{{tabBar.num == 4}}"> wx:if="{{tabBar.num == 4}}">
<block wx:for="{{tabBarList}}" wx:key="{{index}}" wx:for-item="tab"> <block wx:for="{{tabBarList}}" wx:key="*this" wx:for-item="tab">
<view class="tab"> <view class="tab">
<!--当前页面需要授权 且未授权--> <!--当前页面需要授权 且未授权-->
<view wx:if="{{tab.needAuth}}" class="btn-tab"> <view wx:if="{{tab.needAuth}}" class="btn-tab">
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<view class="price-text">¥{{utils.numberFormat(salePrice /100)}}</view> <view class="price-text">¥{{utils.numberFormat(salePrice /100)}}</view>
<view class="stock-text">库存:{{skuStock}}</view> <view class="stock-text">库存:{{skuStock}}</view>
<view class="sku-text">规格: <view class="sku-text">规格:
<block wx:for="{{skuText}}" wx:key="{{index}}">{{item}} </block> <block wx:for="{{skuText}}" wx:key="*this">{{item}} </block>
</view> </view>
</view> </view>
</view> </view>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
class="spec-values" class="spec-values"
wx:for="{{item.sonList}}" wx:for="{{item.sonList}}"
wx:for-index="j" wx:for-index="j"
wx:key="{{j}}" wx:key="*this"
wx:for-item="specValue" wx:for-item="specValue"
> >
<view <view
......
...@@ -18,7 +18,7 @@ const PROJECT_ENV = 'prod' // 生产 prod, 开发 dev, 测试 test , 测试门 ...@@ -18,7 +18,7 @@ const PROJECT_ENV = 'prod' // 生产 prod, 开发 dev, 测试 test , 测试门
const BRANCH_ID = 3001 const BRANCH_ID = 3001
const isMall = true const isMall = true
const needMock = '' // // const needMock = '' //
// 舞象联系我 :766c50920993bf9c41c6c3d2761a2df5 // 舞象联系我 :766c50920993bf9c41c6c3d2761a2df5
//泰华 联系我 :6e4314d558e55fbc64fe2e757e24d61f //泰华 联系我 :6e4314d558e55fbc64fe2e757e24d61f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment