Browse Source

no message

featrue/v.4.0
xpz2018 5 years ago
parent
commit
b12001b824
2 changed files with 3 additions and 4 deletions
  1. 2
      app.js
  2. 5
      pages/mall/product-item/index.wxml

2
app.js

@ -1,7 +1,7 @@
//app.js
App({
//----------------------------------------------globalData--------------------------------------
release: 0,
release: 1,
httpUrl: 'https://api.qniao.cn',
tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'],
agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'oLbv-IyJOia2tenh64_Lc8xeAzwgzu3gh1vFJ1Se-ME'],

5
pages/mall/product-item/index.wxml

@ -12,10 +12,9 @@
<view class="flex page-num" style="margin-top:8rpx;justify-content: space-between">
<view class="text-cut" style="font-size:24rpx;max-width: 240rpx">{{item.locProvinceName + item.locCityName}}
</view>
<view style="font-size:24rpx;margin-left:24rpx" wx:if="{{item.stock}}">
库存:{{formate.formateWeight(item.stock, kg)}}</view>
<view style="font-size:24rpx;margin-left:24rpx" wx:if="{{item.stock}}">库存:{{formate.formateWeight(item.stock, kg)}}</view>
</view>
<view class="flex" style="margin-top:16rpx">
<view class="flex flex-center" style="margin-top:16rpx;justify-content: flex-start">
<text class="text-xs text-gray" wx:if="{{item.bidType == 2}}">起拍单价</text>
<text class="page-price">¥{{formate.formatePrice(item.unitPrice, kg)}}</text>
<view class="text-df" style="color: rgba(255, 66, 43, 1);margin-left:8rpx">{{ kg? '元/KG' : '元/吨' }}

Loading…
Cancel
Save