update:简单修改配送距离太远,地址填写,恢复之前社区不强制登录

This commit is contained in:
lihaoyuan 2025-10-22 10:48:38 +08:00
parent a1524b7e9a
commit 5d278a2a38
2 changed files with 15 additions and 5 deletions

View File

@ -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);
},
});

View File

@ -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">