Преглед изворни кода

[banner详情页面修改]

tags/富茂链客3.1.5
meo пре 6 година
родитељ
комит
d2d5b32fb7
3 измењених фајлова са 4 додато и 4 уклоњено
  1. +1
    -1
      config/config.js
  2. +2
    -2
      pages/bannerdetail/index.wxml
  3. +1
    -1
      project.config.json

+ 1
- 1
config/config.js Прегледај датотеку

@@ -166,7 +166,7 @@ var config = {
},

weapp: {
AppId: "wx74b3de9d3bdd1a51"
AppId: "wx0d61e1d3a179a34e"
},
ErrorCode: {
NICK_NOT_AUTH: 11004,


+ 2
- 2
pages/bannerdetail/index.wxml Прегледај датотеку

@@ -40,10 +40,10 @@
<view class="coupons1-info-name subtitle">{{item.subTitle}}</view>
<view class="coupons1-info-price-p">
<text class="i">¥</text>{{item.salePriceStr}}
<view class="coupons-info-manjian" style="margin-top:10rpx;" wx:if="{{data.type == 1}}">
<view class="coupons-info-manjian" style="margin-top:10rpx;" wx:if="{{item.type == 1}}">
满¥{{item.usePriceStr}}可用
</view>
<view class="coupons-info-manjian" wx:elif="{{data.type == 2||data.type == 3||data.type==4||data.type==5}}">
<view class="coupons-info-manjian" wx:elif="{{item.type == 2||item.type == 3||item.type==4||item.type==5}}">
仅限本店使用
</view>
</view>


+ 1
- 1
project.config.json Прегледај датотеку

@@ -12,7 +12,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.0.9",
"appid": "wx74b3de9d3bdd1a51",
"appid": "wx0d61e1d3a179a34e",
"projectname": "C",
"isGameTourist": false,
"condition": {


Loading…
Откажи
Сачувај