修改接口地址
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="onecontent flex-between">
|
||||
<view class="onecontentleft">
|
||||
现有{{bannervo.coupons}}人以免单
|
||||
现有{{bannervo.coupons==null?116:bannervo.coupons}}人已免单
|
||||
</view>
|
||||
|
||||
<view class="onecontentright flex-start">
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
});
|
||||
break;
|
||||
case 'relative':
|
||||
uni.pro.navigateTo(item.absUrl, item);
|
||||
uni.pro.navigateTo(item.absUrl, JSON.stringify(item));
|
||||
break;
|
||||
case 'scan':
|
||||
if (!uni.utils.pluschooseImage()) {
|
||||
|
||||
Reference in New Issue
Block a user