This commit is contained in:
Teng 2026-03-11 11:19:21 +08:00
parent 2c9a747f92
commit cd330b7fa8
4 changed files with 8 additions and 5 deletions

View File

@ -1524,7 +1524,7 @@
/* background-color: red; */
.target-blue {
color: #0089FE;
/* color: #0089FE; */
}
.target-shu {

View File

@ -1525,7 +1525,7 @@
/* background-color: red; */
.target-blue {
color: #0089FE;
/* color: #0089FE; */
}
.target-shu {

View File

@ -1524,7 +1524,7 @@
/* background-color: red; */
.target-blue {
color: #0089FE;
/* color: #0089FE; */
}
.target-shu {

View File

@ -42,7 +42,7 @@
</view>
</view>
</view>
<view class="fontroom-font" @click="ceshiopen=true;ceshijump()">
<view class="fontroom-font" @click="ceshijump()">
服务大厅
<view class="font-ball">
<view class="ball-ball">
@ -370,7 +370,10 @@
}
const ceshijump = () => {
uni.navigateTo({
url:"/pages/login/ceshi"
})
console.log("wtf")
// try {
// const Intent = plus.android.importClass('android.content.Intent')
// const Uri = plus.android.importClass('android.net.Uri')