Commit 943715ec authored by Damon's avatar Damon
parents 343f532b 8bae3505
......@@ -129,7 +129,7 @@
}
},
bannerImage() {
return process.uniEnv.qn_base_url + 'banner.png'
return process.uniEnv.qn_base_url + 'banner-1.png'
},
shouyeyouImage() {
return process.uniEnv.qn_base_url + 'shouyeyou.png'
......
......@@ -595,9 +595,9 @@
},
//跳转到拍照小程序首页
goToPrint() {
console.log("111111");
uni.navigateToMiniProgram({
appId: "wxd1d6eede324b0465",
path: "/pages/photo/index",
success(res) {
//打开成功
console.log("success", res);
......
......@@ -7,7 +7,7 @@
</view>
<view class="info-view">
<view v-for="(fileItem, index) in formShowList" class="title-view" :key="index">
<view>
<view class="title-left-view">
<image v-if="fileItem.required" class="title-image" :src="mixingImage"></image>
<text>{{ fileItem.label }}</text>
</view>
......@@ -748,7 +748,10 @@ export default {
padding: 38rpx 30rpx 30rpx 30rpx;
margin-bottom: 20rpx;
font-size: 32rpx;
color: #333333;
color: #333333;
.title-left-view {
font-weight: bold;
}
.title-image {
width: 24rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment