this is lastest update
This commit is contained in:
parent
f925c710f4
commit
acfa62be5a
|
@ -6,4 +6,4 @@ export const domain = 'https://www.carboner.cn:8888/api'
|
|||
export const myIp = 'http://8.130.119.119:9092/api'
|
||||
export const nwct = 'https://winning-mouse-internally.ngrok-free.app/api'
|
||||
export const suiUrl = ''
|
||||
export const baseUrl = Url
|
||||
export const baseUrl = domain
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<view class="divider pos_2"></view>
|
||||
</view>
|
||||
|
||||
<view class="flex-row justify-between relative" @click="goToText">
|
||||
<view class="flex-row justify-between relative" @click="gotoRentOrder">
|
||||
<image class="image_6" :src="mineUrl + '/main/rent.png'" />
|
||||
<image class="self-start image_4 image_7" :src="mineUrl + '/main/yjt.png'" />
|
||||
<text class="font_2 pos_3">我 的 租 赁</text>
|
||||
|
@ -185,7 +185,11 @@
|
|||
}
|
||||
const cookie = wx.getStorageSync('cookie')
|
||||
|
||||
|
||||
const gotoRentOrder = () => {
|
||||
uni.navigateTo({
|
||||
url: '/pages/clothesRent/clotherRentOrderList/clotherRentOrderList'
|
||||
})
|
||||
}
|
||||
|
||||
const logout = async () => {
|
||||
const res = await uni.request({
|
||||
|
|
Loading…
Reference in New Issue
Block a user