@@ -131,7 +131,7 @@ export const apiurl = {
// 获取数据字典接口
getDictUrl: '/admin/dict/data/type/',
// 微信支付
- wechatPayUrl: '/client/pay/wechat',
+ // wechatPayUrl: '/client/pay/wechat',
wechatPayUrl: '/client/pay/wechatV2',
// 停车场微信支付
parkingWechatPayUrl: '/client/payment/parking/wechat',
@@ -320,6 +320,7 @@ export default {
.createMonth(params)
.then((res) => {
if(res.data.ifRepeat==1){
+ this.loading = false;
uni.showModal({
title: '温馨提示',
content: res.data.repeatMsg,