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