更新下单
This commit is contained in:
@@ -53,9 +53,14 @@
|
||||
const keyword = ref()
|
||||
|
||||
const goBack = () => {
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
});
|
||||
try {
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
});
|
||||
} catch (error) {
|
||||
uni.pro.switchTab('index/index')
|
||||
//TODO handle the exception
|
||||
}
|
||||
};
|
||||
|
||||
const onRightTextClick = () => {
|
||||
@@ -73,10 +78,10 @@
|
||||
oneStyle: {},
|
||||
towStyle: {}
|
||||
});
|
||||
|
||||
watchEffect(()=>{
|
||||
if(store.showSearch>44){
|
||||
|
||||
|
||||
watchEffect(() => {
|
||||
if (store.showSearch > 44) {
|
||||
|
||||
}
|
||||
})
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user