feat: 小程序
This commit is contained in:
+27
-27
@@ -10,7 +10,7 @@
|
||||
:src="
|
||||
currentUserData.avatarUrl
|
||||
? currentUserData.avatarUrl
|
||||
: '/static/mine/avatar.png'
|
||||
: 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/avatar.png'
|
||||
"
|
||||
shape="circle"
|
||||
width="54"
|
||||
@@ -24,7 +24,7 @@
|
||||
}}</text>
|
||||
<view class="level" @click="jumpToTrustBridge">
|
||||
<up-image
|
||||
src="/static/mine/rz.png"
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/rz.png"
|
||||
style="margin-right: 8rpx; margin-top: 6rpx"
|
||||
shape="circle"
|
||||
width="12"
|
||||
@@ -65,7 +65,7 @@
|
||||
</view>
|
||||
<view @click="jumpSetting">
|
||||
<up-image
|
||||
src="/static/mine/icon_arrow_black_off.png"
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/icon_arrow_black_off.png"
|
||||
width="22"
|
||||
height="22"
|
||||
bgColor="#f1f6ff00"
|
||||
@@ -160,7 +160,7 @@
|
||||
<view class="enter_item" @click="jumpEnter('merchant')">
|
||||
<view class="enter_item_cell">
|
||||
<up-image
|
||||
src="/static/mine/enter_sj.png"
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/enter_sj.png"
|
||||
width="36"
|
||||
height="36"
|
||||
bgColor="#f1f6ff00"
|
||||
@@ -186,7 +186,7 @@
|
||||
<view class="enter_item" @click="jumpEnter('brand')">
|
||||
<view class="enter_item_cell">
|
||||
<up-image
|
||||
src="/static/mine/enter_pp.png"
|
||||
src="https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/enter_pp.png"
|
||||
width="36"
|
||||
height="36"
|
||||
bgColor="#f1f6ff00"
|
||||
@@ -233,7 +233,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- #ifndef H5 -->
|
||||
<!-- #ifndef H5 || MP-WEIXIN-->
|
||||
<CustomTabBar :tabIndex="4" />
|
||||
<!-- #endif -->
|
||||
<!-- 品牌入驻弹框 -->
|
||||
@@ -334,7 +334,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.UNPAID,
|
||||
title: "待支付",
|
||||
url: "/static/mine/order_unpaid.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/order_unpaid.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.UNPAID,
|
||||
@@ -343,7 +343,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.UNSHIPPED,
|
||||
title: "待发货",
|
||||
url: "/static/mine/order_unshipped.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/order_unshipped.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.UNSHIPPED,
|
||||
@@ -352,7 +352,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.NOT_RECEIVE,
|
||||
title: "待收货",
|
||||
url: "/static/mine/order_notReceive.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/order_notReceive.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.NOT_RECEIVE,
|
||||
@@ -361,7 +361,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.SUCCEED,
|
||||
title: "已完成",
|
||||
url: "/static/mine/order_afterSale.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/order_afterSale.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.SUCCEED,
|
||||
@@ -370,7 +370,7 @@ export default {
|
||||
{
|
||||
id: ORDER_TYPE.AFTER_SALE,
|
||||
title: "售后",
|
||||
url: "/static/new/shouhou.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/new/shouhou.png",
|
||||
path:
|
||||
"/pages/mine_package/mine_order/mine_order?type=" +
|
||||
MINE_ORDER_TYPE.AFTER_SALE,
|
||||
@@ -381,25 +381,25 @@ export default {
|
||||
{
|
||||
id: 1,
|
||||
title: "钱包",
|
||||
url: "/static/mine/apply_purse.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/apply_purse.png",
|
||||
path: "/pages/mine_package/mine_purse/mine_purse",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "抽奖",
|
||||
url: "/static/mine/apply_prize.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/apply_prize.png",
|
||||
path: "/pages/other_package/nine-grid/nine-grid",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "我的推广",
|
||||
url: "/static/mine/tool_team.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_team.png",
|
||||
path: "/pages/mine_package/mine_my_team/mine_my_team",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "加速次数",
|
||||
url: "/static/mine/tool_js.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_js.png",
|
||||
path: "/pages/rwa_package/dongjian/jia",
|
||||
},
|
||||
// {
|
||||
@@ -410,35 +410,35 @@ export default {
|
||||
// {
|
||||
// id:4,
|
||||
// title:"贡献值",
|
||||
// url:'/static/mine/apply_gx.png'
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/apply_gx.png'
|
||||
// },{
|
||||
// id:5,
|
||||
// title:"数据",
|
||||
// url:'/static/mine/apply_sj.png'
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/apply_sj.png'
|
||||
// },
|
||||
], // 应用模版
|
||||
toolList: [
|
||||
{
|
||||
id: 5,
|
||||
title: "地址管理",
|
||||
url: "/static/mine/tool_dz.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_dz.png",
|
||||
path: "/pages/mine_package/mine_address/mine_address",
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
title: "实名认证",
|
||||
url: "/static/mine/tool_sm.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_sm.png",
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
title: "账户管理",
|
||||
url: "/static/mine/tool_card.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_card.png",
|
||||
path: "/pages/rwa_package/account/index",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "邀请好友",
|
||||
url: "/static/mine/tool_invite.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_invite.png",
|
||||
path: "/pages/other_package/invite_friends/invite_friends",
|
||||
},
|
||||
// {
|
||||
@@ -450,13 +450,13 @@ export default {
|
||||
// {
|
||||
// id:6,
|
||||
// title:"卡券",
|
||||
// url:'/static/mine/tool_kj.png',
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_kj.png',
|
||||
// // path:"/pages/mine_package/mine_coupon/mine_coupon",
|
||||
// },
|
||||
{
|
||||
id: 7,
|
||||
title: "联系客服",
|
||||
url: "/static/mine/xlkf.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/xlkf.png",
|
||||
},
|
||||
// {
|
||||
// id:4,
|
||||
@@ -467,25 +467,25 @@ export default {
|
||||
{
|
||||
id: 8,
|
||||
title: "商学院资讯",
|
||||
url: "/static/mine/tool_sxy.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_sxy.png",
|
||||
path: "/pages/login_package/news/news",
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
title: "财务",
|
||||
url: "/static/mine/tool_cw.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_cw.png",
|
||||
path: "/pages/rwa_package/dongjian/finance",
|
||||
},
|
||||
{
|
||||
id: 11,
|
||||
title: "股东行权",
|
||||
url: "/static/mine/tool_gdxq.png",
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_gdxq.png",
|
||||
path: "/pages/rwa_package/rwa/rwa",
|
||||
},
|
||||
// {
|
||||
// id:1,
|
||||
// title:"IM聊天",
|
||||
// url:'/static/mine/tool_im.png'
|
||||
// url:'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/mine/tool_im.png'
|
||||
// },
|
||||
], // 工具
|
||||
brandShow: false, // 品牌入驻弹框
|
||||
|
||||
Reference in New Issue
Block a user