This commit is contained in:
parent
2c9a747f92
commit
cd330b7fa8
|
|
@ -1524,7 +1524,7 @@
|
||||||
|
|
||||||
/* background-color: red; */
|
/* background-color: red; */
|
||||||
.target-blue {
|
.target-blue {
|
||||||
color: #0089FE;
|
/* color: #0089FE; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.target-shu {
|
.target-shu {
|
||||||
|
|
|
||||||
|
|
@ -1525,7 +1525,7 @@
|
||||||
|
|
||||||
/* background-color: red; */
|
/* background-color: red; */
|
||||||
.target-blue {
|
.target-blue {
|
||||||
color: #0089FE;
|
/* color: #0089FE; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.target-shu {
|
.target-shu {
|
||||||
|
|
|
||||||
|
|
@ -1524,7 +1524,7 @@
|
||||||
|
|
||||||
/* background-color: red; */
|
/* background-color: red; */
|
||||||
.target-blue {
|
.target-blue {
|
||||||
color: #0089FE;
|
/* color: #0089FE; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.target-shu {
|
.target-shu {
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="fontroom-font" @click="ceshiopen=true;ceshijump()">
|
<view class="fontroom-font" @click="ceshijump()">
|
||||||
服务大厅
|
服务大厅
|
||||||
<view class="font-ball">
|
<view class="font-ball">
|
||||||
<view class="ball-ball">
|
<view class="ball-ball">
|
||||||
|
|
@ -370,7 +370,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const ceshijump = () => {
|
const ceshijump = () => {
|
||||||
|
uni.navigateTo({
|
||||||
|
url:"/pages/login/ceshi"
|
||||||
|
})
|
||||||
|
console.log("wtf")
|
||||||
// try {
|
// try {
|
||||||
// const Intent = plus.android.importClass('android.content.Intent')
|
// const Intent = plus.android.importClass('android.content.Intent')
|
||||||
// const Uri = plus.android.importClass('android.net.Uri')
|
// const Uri = plus.android.importClass('android.net.Uri')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue