update:简单修改配送距离太远,地址填写,恢复之前社区不强制登录
This commit is contained in:
parent
a1524b7e9a
commit
5d278a2a38
@ -1360,12 +1360,22 @@ export default {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
that.$.confirm(msg, that.$.navigateBack);
|
||||
that.$.confirm({
|
||||
title: '提示',
|
||||
content: msg,
|
||||
cancelText: '取消',
|
||||
confirmText: '确认',
|
||||
success: function(res) {
|
||||
if (res.confirm) {
|
||||
} else if (res.cancel) {
|
||||
that.$.navigateBack();
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
fail: function (err, ms) {
|
||||
//console.info(err);
|
||||
|
||||
that.$.confirm(err);
|
||||
},
|
||||
});
|
||||
|
||||
@ -72,9 +72,9 @@
|
||||
@showLogin="handerShowLogin"
|
||||
></diy>
|
||||
|
||||
<!-- <WaterfallsFlow :wfList="MemberPostsList" @itemTap="choose" /> -->
|
||||
<WaterfallsFlow :wfList="MemberPostsList" @itemTap="choose" />
|
||||
|
||||
<view class="waterfalls-container">
|
||||
<!-- <view class="waterfalls-container">
|
||||
<WaterfallsFlow
|
||||
:wfList="MemberPostsList"
|
||||
v-if="hasLogin"
|
||||
@ -89,7 +89,7 @@
|
||||
去登录
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<view class="m-loading-box" style="margin-top: 120rpx">
|
||||
<block v-if="ispage">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user