|
|
@ -1,18 +1,25 @@ |
|
|
|
<template> |
|
|
|
<view class="page"> |
|
|
|
|
|
|
|
<image :src="configList.img_13" |
|
|
|
<image :src="titleBy.image" |
|
|
|
class="page-bg" |
|
|
|
mode="aspectFill"></image> |
|
|
|
|
|
|
|
<image :src="configList.img_7" |
|
|
|
<!-- |
|
|
|
|
|
|
|
<image :src="configList.img_13" |
|
|
|
class="page-bg" |
|
|
|
mode="aspectFill"></image> |
|
|
|
--> |
|
|
|
|
|
|
|
<!-- <image :src="configList.img_7" |
|
|
|
class="logo" |
|
|
|
mode="widthFix"></image> |
|
|
|
mode="widthFix"></image> --> |
|
|
|
|
|
|
|
<!-- next1 --> |
|
|
|
<view class="content"> |
|
|
|
|
|
|
|
<image :src="titleBy.image" |
|
|
|
<image src="titleBy.image" |
|
|
|
class="content-bg" |
|
|
|
mode="widthFix"></image> |
|
|
|
|
|
|
@ -51,8 +58,12 @@ |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
next(){ |
|
|
|
// uni.navigateTo({ |
|
|
|
// url: '/pages/index/article' |
|
|
|
// }) |
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/index/article' |
|
|
|
url: '/pages/index/preAppoint' |
|
|
|
}) |
|
|
|
}, |
|
|
|
async save(){ |
|
|
@ -109,6 +120,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.btn-list{ |
|
|
|
position: fixed; |
|
|
|
bottom: 12%; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
gap: 40rpx; |
|
|
|