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