feat:更换oss
This commit is contained in:
+32
-32
@@ -10,7 +10,7 @@
|
||||
:src="
|
||||
currentUserData.avatarUrl
|
||||
? currentUserData.avatarUrl
|
||||
: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/avatar.png'
|
||||
: 'https://static.tbmall.xin/static/mine/avatar.png'
|
||||
"
|
||||
shape="circle"
|
||||
width="54"
|
||||
@@ -24,7 +24,7 @@
|
||||
}}</text>
|
||||
<view class="level" @click="jumpToTrustBridge">
|
||||
<up-image
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/rz.png"
|
||||
src="https://static.tbmall.xin/static/mine/rz.png"
|
||||
style="margin-right: 8rpx; margin-top: 6rpx"
|
||||
shape="circle"
|
||||
width="12"
|
||||
@@ -37,8 +37,8 @@
|
||||
<up-image
|
||||
:src="
|
||||
currentUserData.gradeLevel || currentUserData.gradeLevel === 0
|
||||
? 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/grade/V' + currentUserData.gradeLevel + '.png'
|
||||
: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/grade/V0.png'
|
||||
? 'https://static.tbmall.xin/static/grade/V' + currentUserData.gradeLevel + '.png'
|
||||
: 'https://static.tbmall.xin/static/grade/V0.png'
|
||||
"
|
||||
width="96"
|
||||
height="26"
|
||||
@@ -65,7 +65,7 @@
|
||||
</view>
|
||||
<view @click="jumpSetting">
|
||||
<up-image
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/icon_arrow_black_off.png"
|
||||
src="https://static.tbmall.xin/static/mine/icon_arrow_black_off.png"
|
||||
width="22"
|
||||
height="22"
|
||||
bgColor="#f1f6ff00"
|
||||
@@ -75,7 +75,7 @@
|
||||
<view class="mine_no_login_data" v-else>
|
||||
<view class="mine_data">
|
||||
<up-image
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/avater_not.png"
|
||||
src="https://static.tbmall.xin/static/avater_not.png"
|
||||
shape="circle"
|
||||
width="80"
|
||||
height="80"
|
||||
@@ -161,7 +161,7 @@
|
||||
<view class="enter_item" @click="jumpEnter('merchant')">
|
||||
<view class="enter_item_cell">
|
||||
<up-image
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/enter_sj.png"
|
||||
src="https://static.tbmall.xin/static/mine/enter_sj.png"
|
||||
width="36"
|
||||
height="36"
|
||||
bgColor="#f1f6ff00"
|
||||
@@ -187,7 +187,7 @@
|
||||
<view class="enter_item" @click="jumpEnter('brand')">
|
||||
<view class="enter_item_cell">
|
||||
<up-image
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/enter_pp.png"
|
||||
src="https://static.tbmall.xin/static/mine/enter_pp.png"
|
||||
width="36"
|
||||
height="36"
|
||||
bgColor="#f1f6ff00"
|
||||
@@ -336,7 +336,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.UNPAID,
|
||||
title: "待支付",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/order_unpaid.png",
|
||||
url: "https://static.tbmall.xin/static/mine/order_unpaid.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.UNPAID,
|
||||
@@ -345,7 +345,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.UNSHIPPED,
|
||||
title: "待发货",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/order_unshipped.png",
|
||||
url: "https://static.tbmall.xin/static/mine/order_unshipped.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.UNSHIPPED,
|
||||
@@ -354,7 +354,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.NOT_RECEIVE,
|
||||
title: "待收货",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/order_notReceive.png",
|
||||
url: "https://static.tbmall.xin/static/mine/order_notReceive.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.NOT_RECEIVE,
|
||||
@@ -363,7 +363,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.SUCCEED,
|
||||
title: "已完成",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/order_afterSale.png",
|
||||
url: "https://static.tbmall.xin/static/mine/order_afterSale.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.SUCCEED,
|
||||
@@ -372,7 +372,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.AFTER_SALE,
|
||||
title: "售后",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/shouhou.png",
|
||||
url: "https://static.tbmall.xin/static/new/shouhou.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.AFTER_SALE,
|
||||
@@ -383,111 +383,111 @@ export default {
|
||||
{
|
||||
id: 1,
|
||||
title: "钱包",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/apply_purse.png",
|
||||
url: "https://static.tbmall.xin/static/mine/apply_purse.png",
|
||||
path: "/pages/mine_package/mine_purse/mine_purse",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "抽奖",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/apply_prize.png",
|
||||
url: "https://static.tbmall.xin/static/mine/apply_prize.png",
|
||||
path: "/pages/other_package/nine-grid/nine-grid",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "我的推广",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_team.png",
|
||||
url: "https://static.tbmall.xin/static/mine/tool_team.png",
|
||||
path: "/pages/mine_package/mine_my_team/mine_my_team",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "数字积分",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_js.png",
|
||||
url: "https://static.tbmall.xin/static/mine/tool_js.png",
|
||||
path: "/pages/rwa_package/dongjian/jia",
|
||||
},
|
||||
// {
|
||||
// id: 3,
|
||||
// title: "交易",
|
||||
// url: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/apply_hm.png'
|
||||
// url: 'https://static.tbmall.xin/static/apply_hm.png'
|
||||
// },
|
||||
// {
|
||||
// id:4,
|
||||
// title:"贡献值",
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/apply_gx.png'
|
||||
// url:'https://static.tbmall.xin/static/mine/apply_gx.png'
|
||||
// },{
|
||||
// id:5,
|
||||
// title:"数据",
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/apply_sj.png'
|
||||
// url:'https://static.tbmall.xin/static/mine/apply_sj.png'
|
||||
// },
|
||||
], // 应用模版
|
||||
toolList: [
|
||||
{
|
||||
id: 5,
|
||||
title: "地址管理",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_dz.png",
|
||||
url: "https://static.tbmall.xin/static/mine/tool_dz.png",
|
||||
path: "/pages/mine_package/mine_address/mine_address",
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
title: "实名认证",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_sm.png",
|
||||
url: "https://static.tbmall.xin/static/mine/tool_sm.png",
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
title: "账户管理",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_card.png",
|
||||
url: "https://static.tbmall.xin/static/mine/tool_card.png",
|
||||
path: "/pages/rwa_package/account/index",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "邀请好友",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_invite.png",
|
||||
url: "https://static.tbmall.xin/static/mine/tool_invite.png",
|
||||
path: "/pages/other_package/invite_friends/invite_friends",
|
||||
},
|
||||
// {
|
||||
// id:2,
|
||||
// title:"我的团队",
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/tool_team.png',
|
||||
// url:'https://static.tbmall.xin/static/tool_team.png',
|
||||
// path:"/pages/mine_package/mine_my_team/mine_my_team",
|
||||
// },
|
||||
// {
|
||||
// id:6,
|
||||
// title:"卡券",
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_kj.png',
|
||||
// url:'https://static.tbmall.xin/static/mine/tool_kj.png',
|
||||
// // path:"/pages/mine_package/mine_coupon/mine_coupon",
|
||||
// },
|
||||
{
|
||||
id: 7,
|
||||
title: "联系客服",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/xlkf.png",
|
||||
url: "https://static.tbmall.xin/static/mine/xlkf.png",
|
||||
},
|
||||
// {
|
||||
// id:4,
|
||||
// title:"加速次数",
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/tool_js.png',
|
||||
// url:'https://static.tbmall.xin/static/tool_js.png',
|
||||
// path:"/pages/login_package/accelerate/accelerate"
|
||||
// },
|
||||
{
|
||||
id: 8,
|
||||
title: "商学院资讯",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_sxy.png",
|
||||
url: "https://static.tbmall.xin/static/mine/tool_sxy.png",
|
||||
path: "/pages/login_package/news/news",
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
title: "财务",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_cw.png",
|
||||
url: "https://static.tbmall.xin/static/mine/tool_cw.png",
|
||||
path: "/pages/rwa_package/dongjian/finance",
|
||||
},
|
||||
// {
|
||||
// id: 11,
|
||||
// title: "股东行权",
|
||||
// url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_gdxq.png",
|
||||
// url: "https://static.tbmall.xin/static/mine/tool_gdxq.png",
|
||||
// path: "/pages/rwa_package/rwa/rwa",
|
||||
// },
|
||||
// {
|
||||
// id:1,
|
||||
// title:"IM聊天",
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_im.png'
|
||||
// url:'https://static.tbmall.xin/static/mine/tool_im.png'
|
||||
// },
|
||||
], // 工具
|
||||
brandShow: false, // 品牌入驻弹框
|
||||
|
||||
Reference in New Issue
Block a user