邹能昇 3 months ago
parent
commit
8d87239169

+ 12 - 0
nova-tourism/pages/homestay/homestay-order2/index.js

@@ -337,6 +337,7 @@ Page({
                 wx.navigateBack({
                     delta: 1,
                 })
+                // this.formSubmit()
             } else {
                 wx.showToast({
                     title: '支付失败,取消订单',
@@ -355,6 +356,17 @@ Page({
             wx.hideLoading()
         }
     },
+    //发送短信
+    formSubmit() {
+        wx.request({
+            url: 'https://server.fmode.cn/api/apig/verifyCode',
+            method: "post", //请求方式
+            data: { mobile: this.data.room.shop.mobile, company: company, }, //templateId:id,
+            success(res) {
+                console.log(res);
+            }
+        })
+    },
     /**
      * 生命周期函数--监听页面初次渲染完成
      */

+ 6 - 5
nova-tourism/pages/my/my-card/index.less

@@ -3,8 +3,8 @@
     width: 100vw;
     padding-left: 42rpx;
     overflow-y: scroll;
-    font-family: 'NotoSans-Bold-5', sans-serif;
-    font-family: Noto Sans SC;
+    // font-family: 'NotoSans-Bold-5', sans-serif;
+    font-family: 'Noto Sans SC';
     color: #382E2E;
     font-weight: 400;
         //选中
@@ -96,18 +96,19 @@
                     .num{
                         font-size: 48rpx;
                         color: #F73C2C ;
-    
+                        font-family: 'Noto Sans SC';
                     }
                     .num-tex{
                         font-size: 24rpx;
                         color: #F73C2C;
-                        margin-bottom: 6rpx;
+                        margin-bottom: 8rpx;
                         margin-left: 4rpx;
                         font-weight: 500;
+                        font-family: 'Noto Sans SC';
                     }
                 }  
                 .textbox{
-                    height: 80rpx;
+                    // height: 80rpx;
                     margin-left: 40rpx;
                     .text1{
                         font-size: 24rpx;

File diff suppressed because it is too large
+ 0 - 0
nova-tourism/pages/my/my-card/index.wxss


+ 1 - 1
nova-tourism/pages/my/my-wallet/index.less

@@ -4,7 +4,7 @@
     padding-left: 20rpx;
     padding-right: 20rpx;
     color: #382E2E;
-    font-family: Noto Sans SC;
+    font-family: 'Noto Sans SC';
     font-weight: 400;
     @font-face {
         font-family: 'NotoSans-Bold-5';

+ 1 - 1
nova-tourism/pages/my/my-wallet/index.wxss

@@ -1 +1 @@
-.all{width:100vw;padding-left:20rpx;padding-right:20rpx;color:#382E2E;font-family:Noto Sans SC;font-weight:400}@font-face{font-family:'NotoSans-Bold-5';src:url('../../styles/font/Noto-sans/NotoSans-Bold-5.ttf')}.all .textbox{width:100%;margin-bottom:46rpx;display:flex;align-items:center}.all .textbox image{width:56rpx;height:56rpx}.all .textbox .text{font-size:32rpx;margin-left:18rpx}
+.all{width:100vw;padding-left:20rpx;padding-right:20rpx;color:#382E2E;font-family:'Noto Sans SC';font-weight:400}@font-face{font-family:'NotoSans-Bold-5';src:url('../../styles/font/Noto-sans/NotoSans-Bold-5.ttf')}.all .textbox{width:100%;margin-bottom:46rpx;display:flex;align-items:center}.all .textbox image{width:56rpx;height:56rpx}.all .textbox .text{font-size:32rpx;margin-left:18rpx}

Some files were not shown because too many files changed in this diff