@@ -1,7 +1,7 @@ | |||||
var config = { | var config = { | ||||
// url: "https://ciformall.youlane.cn/C/api", | // url: "https://ciformall.youlane.cn/C/api", | ||||
url:"https://c.malls.iformall.com/C/api", | |||||
// url:'https://ctest.malls.iformall.com/C/api', | |||||
// url:"https://c.malls.iformall.com/C/api", | |||||
url:'https://ctest.malls.iformall.com/C/api', | |||||
api: { | api: { | ||||
/** | /** | ||||
* 接口用途:login | * 接口用途:login | ||||
@@ -166,7 +166,7 @@ var config = { | |||||
}, | }, | ||||
weapp: { | weapp: { | ||||
AppId: "wx0d61e1d3a179a34e" | |||||
AppId: "wx649b3be73c1afe47" | |||||
}, | }, | ||||
ErrorCode: { | ErrorCode: { | ||||
NICK_NOT_AUTH: 11004, | NICK_NOT_AUTH: 11004, | ||||
@@ -40,10 +40,10 @@ | |||||
<view class="coupons1-info-name subtitle">{{item.subTitle}}</view> | <view class="coupons1-info-name subtitle">{{item.subTitle}}</view> | ||||
<view class="coupons1-info-price-p"> | <view class="coupons1-info-price-p"> | ||||
<text class="i">¥</text>{{item.salePriceStr}} | <text class="i">¥</text>{{item.salePriceStr}} | ||||
<view class="coupons-info-manjian" style="margin-top:10rpx;" wx:if="{{item.type == 1}}"> | |||||
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" wx:if="{{item.type == 1}}"> | |||||
满¥{{item.usePriceStr}}可用 | 满¥{{item.usePriceStr}}可用 | ||||
</view> | </view> | ||||
<view class="coupons-info-manjian" wx:elif="{{item.type == 2||item.type == 3||item.type==4||item.type==5}}"> | |||||
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" wx:if="{{item.type == 2||item.type == 3||item.type==4||item.type==5}}"> | |||||
仅限本店使用 | 仅限本店使用 | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -12,7 +12,7 @@ | |||||
}, | }, | ||||
"compileType": "miniprogram", | "compileType": "miniprogram", | ||||
"libVersion": "2.0.9", | "libVersion": "2.0.9", | ||||
"appid": "wx0d61e1d3a179a34e", | |||||
"appid": "wx649b3be73c1afe47", | |||||
"projectname": "C", | "projectname": "C", | ||||
"isGameTourist": false, | "isGameTourist": false, | ||||
"condition": { | "condition": { | ||||