更新 'pages/ideasAndNeeds/ideasAndNeeds.vue'
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user