去除打印控制台无效代码
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<view class="flex">
|
||||
{{workList[workIndex]}}
|
||||
<uni-icons type="down" size="20" color="#A0A0A0"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
</picker>
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
@@ -40,12 +40,12 @@
|
||||
<uni-easyinput type="textarea" autoHeight v-model="formData.content" placeholder="请输入" class="form-texarea" />
|
||||
</uni-forms-item>
|
||||
</uni-forms>
|
||||
|
||||
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -79,7 +79,6 @@ const rules = {
|
||||
|
||||
// 选择工作类型
|
||||
const changeValue = (e) => {
|
||||
console.log("工作类型", e.detail.value);
|
||||
workIndex = e.detail.value;
|
||||
formData.value.workType = workList[workIndex]
|
||||
};
|
||||
@@ -139,4 +138,4 @@ const submitForm = async () => {
|
||||
margin-bottom:22px !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user