Commit 943715ec authored by Damon's avatar Damon
parents 343f532b 8bae3505
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
} }
}, },
bannerImage() { bannerImage() {
return process.uniEnv.qn_base_url + 'banner.png' return process.uniEnv.qn_base_url + 'banner-1.png'
}, },
shouyeyouImage() { shouyeyouImage() {
return process.uniEnv.qn_base_url + 'shouyeyou.png' return process.uniEnv.qn_base_url + 'shouyeyou.png'
......
...@@ -595,9 +595,9 @@ ...@@ -595,9 +595,9 @@
}, },
//跳转到拍照小程序首页 //跳转到拍照小程序首页
goToPrint() { goToPrint() {
console.log("111111");
uni.navigateToMiniProgram({ uni.navigateToMiniProgram({
appId: "wxd1d6eede324b0465", appId: "wxd1d6eede324b0465",
path: "/pages/photo/index",
success(res) { success(res) {
//打开成功 //打开成功
console.log("success", res); console.log("success", res);
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</view> </view>
<view class="info-view"> <view class="info-view">
<view v-for="(fileItem, index) in formShowList" class="title-view" :key="index"> <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> <image v-if="fileItem.required" class="title-image" :src="mixingImage"></image>
<text>{{ fileItem.label }}</text> <text>{{ fileItem.label }}</text>
</view> </view>
...@@ -748,7 +748,10 @@ export default { ...@@ -748,7 +748,10 @@ export default {
padding: 38rpx 30rpx 30rpx 30rpx; padding: 38rpx 30rpx 30rpx 30rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
font-size: 32rpx; font-size: 32rpx;
color: #333333; color: #333333;
.title-left-view {
font-weight: bold;
}
.title-image { .title-image {
width: 24rpx; 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