Commit b71ea66d by kaisa

feat:更新

parent f34b8b82
......@@ -310,7 +310,7 @@ const onSubmit = async () => {
<van-form ref="formRef">
<van-cell-group inset>
<van-field v-model="formData.platform" name="platform" label="合作平臺:" placeholder="選擇平臺"
is-link @click="showPlatformPicker = true"
is-link @click="showPlatformPicker = true" readonly
:rules="[{ required: true, message: '请選擇平臺' }]" />
<van-field v-show="isShowWriteId" v-model="formData.uid" name="id"
......
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 sign in to comment