动态兼容个人中心我的拼单列表
This commit is contained in:
@@ -46,6 +46,7 @@ const request = (parameter, hideLoding = true) => {
|
|||||||
data: parameter.data || {},
|
data: parameter.data || {},
|
||||||
method: parameter.method || 'GET',
|
method: parameter.method || 'GET',
|
||||||
success: res => {
|
success: res => {
|
||||||
|
// console.log(res);
|
||||||
if (res.header.Authorization) {
|
if (res.header.Authorization) {
|
||||||
updateToken('token', res.header.Authorization)
|
updateToken('token', res.header.Authorization)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -113,7 +113,7 @@
|
|||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<view class="btns-box">
|
<view class="btns-box">
|
||||||
<view class="btns-box-item" @click="onBtn('PinList', {})">
|
<view class="btns-box-item" @click="onBtn('PinList', {})" v-if="collage_switch">
|
||||||
<image class="icon" src="@/static/user/userIcon_15.png" mode="widthFix" />
|
<image class="icon" src="@/static/user/userIcon_15.png" mode="widthFix" />
|
||||||
我的拼单 <uni-icons class="forward" type="forward" color="#999" />
|
我的拼单 <uni-icons class="forward" type="forward" color="#999" />
|
||||||
</view>
|
</view>
|
||||||
@@ -283,7 +283,8 @@
|
|||||||
showBind : false,
|
showBind : false,
|
||||||
invitation : '',
|
invitation : '',
|
||||||
isInvitation : true,
|
isInvitation : true,
|
||||||
invitationUser : {}
|
invitationUser : {},
|
||||||
|
collage_switch : false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
@@ -379,6 +380,7 @@
|
|||||||
this.hasPassword = res.has_transfer_password;
|
this.hasPassword = res.has_transfer_password;
|
||||||
this.messages = Number(res.messages);
|
this.messages = Number(res.messages);
|
||||||
this.wbtAccount = res.wbt_account;
|
this.wbtAccount = res.wbt_account;
|
||||||
|
this.collage_switch = res.collage_switch
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: err.message,
|
title: err.message,
|
||||||
|
|||||||
14
unpackage/dist/dev/app-plus/app-service.js
vendored
14
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
6
unpackage/dist/dev/app-plus/app-view.js
vendored
6
unpackage/dist/dev/app-plus/app-view.js
vendored
@@ -4573,7 +4573,8 @@ var render = function() {
|
|||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(67, "sc"), attrs: { _i: 67 } },
|
{ staticClass: _vm._$g(67, "sc"), attrs: { _i: 67 } },
|
||||||
[
|
[
|
||||||
_c(
|
_vm._$g(68, "i")
|
||||||
|
? _c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{
|
{
|
||||||
staticClass: _vm._$g(68, "sc"),
|
staticClass: _vm._$g(68, "sc"),
|
||||||
@@ -4600,7 +4601,8 @@ var render = function() {
|
|||||||
})
|
})
|
||||||
],
|
],
|
||||||
1
|
1
|
||||||
),
|
)
|
||||||
|
: _vm._e(),
|
||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user