更新 '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>
<u-icon name="arrow-right" color="#969696" size="14"></u-icon>
</view>
<u-picker :show="showProductPicker" :columns="productPickerColumn"
@cancel="showProductPicker = false" @confirm="getProductValue"></u-picker>
<u-picker :show="showProductPicker" :columns="productPickerColumn" @cancel="showProductPicker = false"
@confirm="getProductValue"></u-picker>
</u-form-item>
<u-form-item label="定位" borderBottom>
<view class="select-view" @tap="selectProductPosition">
@@ -149,7 +149,7 @@
fileList1: [],
isLoad: true,
cateName: null,
tagName: null,
tagName: null
}
},
onLoad(options) {
@@ -197,7 +197,7 @@
}).finally(_ => {})
},
getPositionPickerList() {
if (this.needsPublishForm.cate_id) {
if(this.needsPublishForm.cate_id) {
const data = {
pid: this.needsPublishForm.cate_id
}