更新 'pages/ideasAndNeeds/ideasAndNeeds.vue'

This commit is contained in:
odjbin
2023-01-19 08:42:59 +00:00
parent 133a0e77f4
commit 693a6dd2c4

View File

@@ -44,8 +44,8 @@
<text v-else style="color:#CCCCCC;">请选择产品类型</text> <text v-else style="color:#CCCCCC;">请选择产品类型</text>
<u-icon name="arrow-right" color="#969696" size="14"></u-icon> <u-icon name="arrow-right" color="#969696" size="14"></u-icon>
</view> </view>
<u-picker :show="showProductPicker" :columns="productPickerColumn" <u-picker :show="showProductPicker" :columns="productPickerColumn" @cancel="showProductPicker = false"
@cancel="showProductPicker = false" @confirm="getProductValue"></u-picker> @confirm="getProductValue"></u-picker>
</u-form-item> </u-form-item>
<u-form-item label="定位" borderBottom> <u-form-item label="定位" borderBottom>
<view class="select-view" @tap="selectProductPosition"> <view class="select-view" @tap="selectProductPosition">
@@ -149,7 +149,7 @@
fileList1: [], fileList1: [],
isLoad: true, isLoad: true,
cateName: null, cateName: null,
tagName: null, tagName: null
} }
}, },
onLoad(options) { onLoad(options) {
@@ -197,7 +197,7 @@
}).finally(_ => {}) }).finally(_ => {})
}, },
getPositionPickerList() { getPositionPickerList() {
if (this.needsPublishForm.cate_id) { if(this.needsPublishForm.cate_id) {
const data = { const data = {
pid: this.needsPublishForm.cate_id pid: this.needsPublishForm.cate_id
} }