@@ -79,7 +79,7 @@ | |||
</u-form-item> | |||
<u-form-item prop="remark"> | |||
<view class="from_item"> | |||
<text><text style="color: red"></text>注销原因:</text> | |||
<text><text style="color: red"></text>更换原因:</text> | |||
<view style="display: flex"> | |||
<u-input v-model="form.applyRes" @click="showApplyResPicker()" class="input" disabled | |||
placeholder="请选择" /> |
@@ -99,6 +99,7 @@ | |||
}; | |||
request(checkCode, options).then((res) => { | |||
console.log("过来了", res) | |||
// type 1扫码支付 2扫描协议确认 | |||
if (state.json.type == 1) { | |||
uni.navigateTo({ | |||
url: `/subpackage/orders/order_payment?orderId=${state.json.orderId}`, |