feat:新增图标
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="shop-right-view">
|
<view class="shop-right-view">
|
||||||
<view class="right-top-view text-overflow1">
|
<view class="right-top-view text-overflow1">
|
||||||
<text class="text-32 text-bold text-zu text-overflow1">{{obj.title}}</text>
|
<image v-if="obj.id === 33162" src="/static/shopping/tp.png" alt="" style="width: 80rpx;height: 32rpx; margin-top: 4rpx; margin-left: 4rpx;"></image><text class="text-32 text-bold text-zu text-overflow1">{{obj.title}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="right-bottom-view">
|
<view class="right-bottom-view">
|
||||||
<view class="flex-c-lr" >
|
<view class="flex-c-lr" >
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"appid" : "__UNI__4910728",
|
"appid" : "__UNI__4910728",
|
||||||
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
||||||
"versionName" : "1.0.1",
|
"versionName" : "1.0.1",
|
||||||
"versionCode" : 135,
|
"versionCode" : 136,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -803,7 +803,7 @@ export default {
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/order_package/order_submit/order_submit?sed=${JSON.stringify(
|
url: `/pages/order_package/order_submit/order_submit?sed=${JSON.stringify(
|
||||||
params
|
params
|
||||||
)}`,
|
)}&address=${this.selectAddress?.id}`,
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -811,7 +811,7 @@ export default {
|
|||||||
if (resp && resp.bizcode === 100) {
|
if (resp && resp.bizcode === 100) {
|
||||||
if (isBy) {
|
if (isBy) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/order_package/order_submit/order_submit?ids=${resp.data}`,
|
url: `/pages/order_package/order_submit/order_submit?ids=${resp.data}&address=${this.selectAddress?.id}`,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.specificationShow = false;
|
this.specificationShow = false;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
+2
-2
@@ -2,9 +2,9 @@
|
|||||||
// export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境
|
// export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境
|
||||||
// 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 BASE_URL ='http://api.hm.a-d.work:6880' // 测试
|
// export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试
|
||||||
export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试
|
// export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user