2024.2.8修改
This commit is contained in:
@@ -14,16 +14,17 @@
|
||||
const h_index = ref(0)
|
||||
onShow((e) => {
|
||||
getLbtList()
|
||||
if(store.userInfo && !store.operation_info) { //登录过 且 未填写手术信息
|
||||
getHospitalList()
|
||||
setTimeout(()=>{
|
||||
inputDialog.value.open()
|
||||
},0)
|
||||
}
|
||||
let s = `$http({code:'1s'});if`
|
||||
// console.log("store:",store)
|
||||
// if(store.userInfo && !store.operation_info) { //登录过 且 未填写手术信息
|
||||
// getHospitalList()
|
||||
// setTimeout(()=>{
|
||||
// inputDialog.value.open()
|
||||
// },0)
|
||||
// }
|
||||
// let s = `$http({code:'1s'});if`
|
||||
// // let arr = /\$http\((\S*)\)\;if/.exec(s);
|
||||
let arr = s.match(/\$http\((.*)\)\;if/)
|
||||
console.log(arr[1])
|
||||
// let arr = s.match(/\$http\((.*)\)\;if/)
|
||||
// console.log(arr[1])
|
||||
})
|
||||
|
||||
// 变量
|
||||
@@ -183,7 +184,7 @@
|
||||
<view class="content page-box">
|
||||
<!-- 背景图 -->
|
||||
<view class="bg-imgs-card">
|
||||
<image src="../../static/style/bg.png" mode="aspectFill"></image>
|
||||
<image src="https://jmyl-app.oss-cn-chengdu.aliyuncs.com/miniapp/bg.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
<!-- 轮播图 -->
|
||||
<mySwiper :indicatorDots="true" :isRadius="true" height="160" class="index-siwper margin-b-card" :lbt_list="lbt_list" style="width: 100%;" />
|
||||
|
Reference in New Issue
Block a user