修复已知问题
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "密谈IM",
|
"name" : "密谈IM",
|
||||||
"appid" : "__UNI__D40A151",
|
"appid" : "__UNI__D40A151",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.1.4",
|
"versionName" : "1.1.5",
|
||||||
"versionCode" : 113,
|
"versionCode" : 114,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
{ name: '公司介绍', icon: 'company' },
|
{ name: '公司介绍', icon: 'company' },
|
||||||
{ name: '朋友圈', icon: 'circle' },
|
{ name: '朋友圈', icon: 'circle' },
|
||||||
{ name: '线上商城', icon: 'mall' },
|
{ name: '线上商城', icon: 'mall' },
|
||||||
{ name: '我的拼团伙伴', icon: 'team' },
|
{ name: '我的拼团订单', icon: 'team' },
|
||||||
{ name: '购买记录', icon: 'shopping' },
|
{ name: '购买记录', icon: 'shopping' },
|
||||||
// { name: '项目入口', icon: 'project' },
|
// { name: '项目入口', icon: 'project' },
|
||||||
{ name: '直播列表', icon: 'liveStream' }
|
{ name: '直播列表', icon: 'liveStream' }
|
||||||
|
|||||||
@@ -62,12 +62,12 @@
|
|||||||
|
|
||||||
// 跳转到订单详情
|
// 跳转到订单详情
|
||||||
const goToDetail = item => {
|
const goToDetail = item => {
|
||||||
let url = ''
|
let url = '/pages/discover/order/detail'
|
||||||
if (item.orderType == 1) {
|
// if (item.orderType == 1) {
|
||||||
url = '/pages/discover/order/detail'
|
// url = '/pages/discover/order/detail'
|
||||||
} else {
|
// } else {
|
||||||
url = '/pages/shop-together/detail'
|
// url = '/pages/shop-together/detail'
|
||||||
}
|
// }
|
||||||
navigateTo(url, { id: item.id })
|
navigateTo(url, { id: item.id })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user