Commit aa23842a authored by 石建新(贵阳日报)'s avatar 石建新(贵阳日报)
parents f6aa298d 3ef34930
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
VITE_APP_ENV = 'production' VITE_APP_ENV = 'production'
# URL路径 # URL路径
VITE_APP_BASE_URL = 'http://test.rhhzkj.com:8080' VITE_APP_BASE_URL = 'https://api.rddyz.com'
# 照片url路径 # 照片url路径
VITE_APP_IMG_URL = 'http://file.rhhzkj.com:8080' VITE_APP_IMG_URL = 'https://file.rddyz.com'
\ No newline at end of file \ No newline at end of file
...@@ -404,14 +404,14 @@ page { ...@@ -404,14 +404,14 @@ page {
width: 360rpx; width: 360rpx;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: 442rpx;
} }
.wt-item { .wt-item {
border-radius: 8px 8px 8px 8px; border-radius: 16rpx 16rpx 16rpx 16rpx;
margin-bottom: 15rpx; margin-bottom: 15rpx;
background-color: #ffffff; background-color: #ffffff;
margin-left: 10rpx; margin-left: 10rpx;
height: max-content;
} }
.item-img image { .item-img image {
......
...@@ -272,7 +272,10 @@ const getCouponMainList = () => { ...@@ -272,7 +272,10 @@ const getCouponMainList = () => {
const receive = (data) => { const receive = (data) => {
if (data.couponType === 'mch' && data.numState === 0) { if (data.couponType === 'mch' && data.numState === 0) {
receiveCoupon([data.couponYzfId]).then((res) => { receiveCoupon([data.couponYzfId]).then((res) => {
// console.log('打印', res); xma.showToast({
title: '领取成功!',
icon: 'none',
});
}); });
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment