登录调整
This commit is contained in:
parent
5f44da79cc
commit
4a086e0489
|
|
@ -23,7 +23,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="visitor-ctr flex-c">
|
<view class="visitor-ctr flex-c">
|
||||||
<view class="visitor flex-c" hover-class="auto-mask-layer-radius8" hover-start-time="0" hover-stay-time="50">体验一下</view>
|
<view class="visitor flex-c" @click="visitor()" hover-class="auto-mask-layer-radius8" hover-start-time="0" hover-stay-time="50">体验一下</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -35,6 +35,10 @@ import MeButton from "../../components/me-button/me-button.vue";
|
||||||
import { ref, reactive, computed, watch } from 'vue'
|
import { ref, reactive, computed, watch } from 'vue'
|
||||||
import helpers from "../../utils/helpers";
|
import helpers from "../../utils/helpers";
|
||||||
|
|
||||||
|
const visitor = () => {
|
||||||
|
helpers.jumpToPage('index', '', 'switchTab')
|
||||||
|
}
|
||||||
|
|
||||||
//是否勾选协议
|
//是否勾选协议
|
||||||
const checked = ref(false)
|
const checked = ref(false)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,8 @@ class helpers {
|
||||||
'order-info': '/pages/order/order-info',
|
'order-info': '/pages/order/order-info',
|
||||||
//提交订单
|
//提交订单
|
||||||
'order-submit': '/pages/order/order-submit',
|
'order-submit': '/pages/order/order-submit',
|
||||||
|
//首页
|
||||||
|
'index': '/pages/index/index',
|
||||||
}
|
}
|
||||||
|
|
||||||
url = paths[pathName]
|
url = paths[pathName]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user