mws 4 mesiacov pred
rodič
commit
bdc619277a
4 zmenil súbory, kde vykonal 9 pridanie a 8 odobranie
  1. 3 3
      api/hexiao.js
  2. 1 1
      pages/cjx/index/claim.vue
  3. 4 4
      pages/cjx/my/my.vue
  4. 1 0
      pages/login.vue

+ 3 - 3
api/hexiao.js

@@ -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
         }
     })
 }

+ 1 - 1
pages/cjx/index/claim.vue

@@ -31,7 +31,7 @@
 
 			<view class="detail">
 				<view class="text-detail">
-					您所查询的是海南超吉炫科技优选公司荣誉出品的槟榔系列产品,感谢您的购买!
+					您所查询的是海南超吉炫科技有限公司荣誉出品的槟榔系列产品,感谢您的购买!
 				</view>
 				<view class="text-one">
 					此二维码已参与过活动!

+ 4 - 4
pages/cjx/my/my.vue

@@ -42,12 +42,12 @@
 							扫码记录
 						</view>
 					</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="">
 							业务管理
 						</view>
-					</u-col> -->
+					</u-col>
 					<u-col span="4">
 				
 					</u-col>
@@ -79,7 +79,7 @@
 			},
 			jumpScanAddress(){
 				uni.navigateTo({
-					url: '/pages/cjx/hexiao/login'
+					url: '/pages/hexiao/login?uid=14'
 				});
 			}
 

+ 1 - 0
pages/login.vue

@@ -37,6 +37,7 @@
  				this.scanCode = scanCode;
  			}
  			this.login(); // 调用登录方法
+
  		},
  		methods: {
  			login() {