feat: 修复消费者权益
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"appid" : "__UNI__4910728",
|
"appid" : "__UNI__4910728",
|
||||||
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
||||||
"versionName" : "1.0.2",
|
"versionName" : "1.0.2",
|
||||||
"versionCode" : 162,
|
"versionCode" : 163,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<view class="bottom_item" v-if="item.categoty == 'vcoin'">
|
<view class="bottom_item" v-if="item.categoty == 'vcoin'">
|
||||||
<view class="bottom_item_amount">{{ item.bonusAmount || 0 }}</view>
|
<view class="bottom_item_amount">{{ item.bonusAmount || 0 }}</view>
|
||||||
<view class="bottom_item_title">分红余额</view>
|
<view class="bottom_item_title">消费者权益</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="bottom_item" @click.stop="onTip(vIndex)">
|
<view class="bottom_item" @click.stop="onTip(vIndex)">
|
||||||
@@ -206,6 +206,11 @@ export default {
|
|||||||
this.availableAmount = row ? (row.curAmount || 0) : 0;
|
this.availableAmount = row ? (row.curAmount || 0) : 0;
|
||||||
this.collectSuccess = false;
|
this.collectSuccess = false;
|
||||||
this.collectShow = true;
|
this.collectShow = true;
|
||||||
|
}else if (type === "deduction") {
|
||||||
|
// 兑换
|
||||||
|
uni.navigateTo({
|
||||||
|
url: "/pages/rwa_package/shop/fen-shop",
|
||||||
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onTip(index) {
|
onTip(index) {
|
||||||
|
|||||||
+5
-5
@@ -3,11 +3,11 @@
|
|||||||
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
|
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
|
||||||
|
|
||||||
|
|
||||||
// export const BASE_URL = "https://api.tbmall.xin"; //生产
|
export const BASE_URL = "https://api.tbmall.xin"; //生产
|
||||||
// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
|
export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
|
||||||
//
|
|
||||||
export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
|
// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
|
||||||
export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
|
// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
|
||||||
// https://h.o.tbmall.xin/#/
|
// https://h.o.tbmall.xin/#/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user