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