修复bug
This commit is contained in:
parent
00a70f1c6c
commit
45127cef9b
@ -242,7 +242,9 @@
|
||||
|
||||
// 发布成功后返回上一页
|
||||
setTimeout(() => {
|
||||
uni.navigateBack();
|
||||
uni.redirectTo({
|
||||
url:'/pages/mySeekHelp/index'
|
||||
});
|
||||
}, 1500);
|
||||
} catch (error) {
|
||||
console.error('发布失败:', error);
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
</view>
|
||||
|
||||
<pickerColor :isShow="showPickerColor" :bottom="0" @callback='getPickerColor' />
|
||||
<u-popup :show="readShow" mode="center" :round="10">
|
||||
<u-popup :show="readShow" mode="bottom" :round="10">
|
||||
<instructionVue @change='readChange' />
|
||||
<u-button type="primary" text="我已知晓" :disabled="hasReaded" @click="postApply"></u-button>
|
||||
</u-popup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user