@@ -5,12 +5,12 @@ import {uploadImageToServer} from "../utils/requestAdmin";
//返送验证码
export function getVerificationCode(tel,userType,tenantId){
return request({
- url: `/miniapp/sendYzm?tel=`+ tel+"&userType="+userType,
+ url: `/miniapp/sendYzm`,
method: 'post',
params: {
- tel,
+ tel:tel,
userType:userType,
- tenantId
+ tenantId:tenantId
}
})
@@ -31,7 +31,7 @@
<view class="detail">
<view class="text-detail">
- 您所查询的是海南超吉炫科技优选公司荣誉出品的槟榔系列产品,感谢您的购买!
+ 您所查询的是海南超吉炫科技有限公司荣誉出品的槟榔系列产品,感谢您的购买!
</view>
<view class="text-one">
此二维码已参与过活动!
@@ -42,12 +42,12 @@
扫码记录
</u-col>
-<!-- <u-col span="4" textAlign="center" @click="jumpScanAddress">
- <image class="tubiao" src="/static/images/tabbar/address.png" mode="aspectFit" />
+ <u-col span="4" textAlign="center" @click="jumpScanAddress">
+ <image class="tubiao" src="/static/images/tabbar/cjx/scan.png" mode="aspectFit" />
<view class="">
业务管理
- </u-col> -->
+ </u-col>
<u-col span="4">
@@ -79,7 +79,7 @@
},
jumpScanAddress(){
uni.navigateTo({
- url: '/pages/cjx/hexiao/login'
+ url: '/pages/hexiao/login?uid=14'
});
@@ -37,6 +37,7 @@
this.scanCode = scanCode;
this.login(); // 调用登录方法
+
methods: {
login() {