no message

This commit is contained in:
2026-01-17 00:23:56 +08:00
parent 72be7e7b9c
commit 597ce770ae
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"appid" : "__UNI__4910728",
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
"versionName" : "1.0.1",
"versionCode" : 156,
"versionCode" : 157,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -40,7 +40,7 @@
<view v-if="status > 1" class="card_list_box">
<view class="card_list">
<view class="list_left">邮寄地址</view>
<view>{{ address || "--" }}</view>
<view>{{ product.address || "--" }}</view>
</view>
<view class="card_list" v-if="status == 2">
<view class="list_left">卖家信息</view>
+4 -4
View File
@@ -2,11 +2,11 @@
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
// export const BASE_URL = "https://api.tbmall.xin"; //生产
// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
export const BASE_URL = "https://api.tbmall.xin"; //生产
export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
export const SHARE_URL = 'https://h.tbmall.xin';