Commit fbcf6264 by kaisa

feat:更新

parent 7a3e1e8b
......@@ -278,7 +278,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