@@ -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);
+ }
+ })
+ },
/**
* 生命周期函数--监听页面初次渲染完成
*/
@@ -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 ;
-
.num-tex{
font-size: 24rpx;
color: #F73C2C;
- margin-bottom: 6rpx;
+ margin-bottom: 8rpx;
margin-left: 4rpx;
font-weight: 500;
.textbox{
- height: 80rpx;
+ // height: 80rpx;
margin-left: 40rpx;
.text1{
@@ -4,7 +4,7 @@
padding-left: 20rpx;
padding-right: 20rpx;
@font-face {
font-family: 'NotoSans-Bold-5';
@@ -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}