修改测试问题
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
<uni-data-select v-model="item.type" :localdata="range"></uni-data-select>
|
||||
</uni-forms-item> -->
|
||||
<uni-forms-item label="标题">
|
||||
<uni-easyinput type="text" v-model="formData.title" placeholder="请输入问题简要"/>
|
||||
<uni-easyinput type="text" v-model="formData.title" maxlength="32" placeholder="请输入问题简要"/>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="描述">
|
||||
<uni-easyinput type="textarea" v-model="formData.description" placeholder="请输入详细描述"/>
|
||||
<uni-easyinput type="textarea" v-model="formData.description" maxlength="999" placeholder="请输入详细描述"/>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="图片">
|
||||
<uni-file-picker :auto-upload="false" @select="fileChange" @delete="delImg">
|
||||
@@ -23,9 +23,9 @@
|
||||
<view class="btn-wrap">
|
||||
<view class="btn-wrap-item " @click="submit"> 提交</view>
|
||||
</view>
|
||||
<navigator url="/pages/home/service" hover-class="none" class="fixed-btn">
|
||||
<!-- <navigator url="/pages/home/service" hover-class="none" class="fixed-btn">
|
||||
<image src="/static/service.png" style="height:66rpx;width:66rpx"/>
|
||||
</navigator>
|
||||
</navigator> -->
|
||||
</view>
|
||||
</view>
|
||||
</Cn-page>
|
||||
@@ -83,6 +83,7 @@ export default {
|
||||
})
|
||||
return
|
||||
}
|
||||
console.log("🚀 ~ this.formData:", this.formData)
|
||||
addFeedBack(this.formData).then(res => {
|
||||
console.log(res)
|
||||
console.log(this.formData.files.length)
|
||||
|
||||
Reference in New Issue
Block a user