@@ -61,6 +61,13 @@ const onSubmit = async () => {
});
return;
}
+ if (!queryParams.applyReason) {
+ uni.showToast({
+ title: "请填写申请理由",
+ icon: "none",
+ });
+ return;
+ }
if (!queryParams.openid) {
uni.login({
//获取code,
@@ -516,7 +516,7 @@ onLoad(() => {
.goodsListBox {
- background: url("https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/goodsBg.png")
+ background: url("https://qiuyu-daodian.oss-cn-beijing.aliyuncs.com/images/couponList.png")
no-repeat center;
background-size: 100% 100%;
padding: 100rpx 50rpx;