Commit 3c9890a1 authored by honghy's avatar honghy

短信发送调整

parent f3db5918
...@@ -131,7 +131,13 @@ ...@@ -131,7 +131,13 @@
<el-input v-model="formData.code" :placeholder="$t('请输入手机验证码')" clearable <el-input v-model="formData.code" :placeholder="$t('请输入手机验证码')" clearable
class="w-150 mr-10"></el-input> class="w-150 mr-10"></el-input>
<!-- <el-button type="success">{{ $t('获取验证码') }}</el-button> --> <!-- <el-button type="success">{{ $t('获取验证码') }}</el-button> -->
<send-sms-code :order-id="detail.orderId" scene="5"/> <send-sms-code :form="{
orderId: detail.orderId,
nodeValue: 'delivery-verification-sms',
isTransport: 0,
transportId: 0,
isOrders: 0,
}"/>
</el-form-item> </el-form-item>
<el-form-item label="" style="margin-top:20px"> <el-form-item label="" style="margin-top:20px">
<el-button type="success" @click="submit">{{ $t('确认提货') }}</el-button> <el-button type="success" @click="submit">{{ $t('确认提货') }}</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment