fix(custom): 修复无法核销的bug
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jdt-user",
|
"name": "jdt-user",
|
||||||
"version": "3.0.13",
|
"version": "3.0.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"templateInfo": {
|
"templateInfo": {
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"css": "sass"
|
"css": "sass"
|
||||||
},
|
},
|
||||||
"taroConfig": {
|
"taroConfig": {
|
||||||
"version": "3.0.13"
|
"version": "3.0.14"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:weapp": "taro build --type weapp",
|
"build:weapp": "taro build --type weapp",
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ const subVerify = async () => {
|
|||||||
try {
|
try {
|
||||||
const res = await activeOrderVerify({
|
const res = await activeOrderVerify({
|
||||||
oid: goodInfo.value.oid,
|
oid: goodInfo.value.oid,
|
||||||
|
bid: goodInfo.value.bid,
|
||||||
});
|
});
|
||||||
Taro.showToast({
|
Taro.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
@@ -106,8 +107,8 @@ const subVerify = async () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 150rpx;
|
width: 150px;
|
||||||
height: 150rpx;
|
height: 150px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,9 +57,9 @@ const clickText = (type: number, text: string) => {
|
|||||||
<view>捷兑通</view>
|
<view>捷兑通</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="center">
|
<view class="center">
|
||||||
<nut-button type="primary" @click="getCode">一键微信授权登录</nut-button>
|
<nut-button type="primary" @click="getCode">手机号一键登录</nut-button>
|
||||||
<nut-button style="margin-top: 15px" @click="toPage"
|
<nut-button style="margin-top: 15px" @click="toPage"
|
||||||
>手机号登录</nut-button
|
>手机号登录/注册</nut-button
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
<view class="checkbox"
|
<view class="checkbox"
|
||||||
|
|||||||
Reference in New Issue
Block a user