Browse Source

update settlement page and add new images

pull/6/head
徐飞洋 2 months ago
parent
commit
01c8c96cdf
  1. 0
      images/立即入驻导航图片.jpg
  2. BIN
      images/首页分享照片.jpg
  3. 4
      pages/index/index.js
  4. 2
      pages/settlement/index.wxml

0
images/立即入驻7.jpg → images/立即入驻导航图片.jpg

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
images/首页分享照片.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

4
pages/index/index.js

@ -1715,7 +1715,7 @@ Page({
return {
title: '鸡蛋贸易平台 - 专业的鸡蛋交易小程序',
path: '/pages/index/index',
imageUrl: '/images/你有好蛋.png'
imageUrl: '/images/首页分享照片.jpg'
}
},
@ -1724,7 +1724,7 @@ Page({
return {
title: '鸡蛋贸易平台 - 专业的鸡蛋交易小程序',
query: '',
imageUrl: '/images/你有好蛋.png'
imageUrl: '/images/首页分享照片.jpg'
}
},

2
pages/settlement/index.wxml

@ -4,7 +4,7 @@
<!-- 引导页 -->
<view class="guide-page" wx:if="{{showGuidePage}}">
<view class="guide-content">
<image class="guide-image" src="/images/立即入驻7.jpg" mode="scaleToFill"></image>
<image class="guide-image" src="/images/立即入驻导航图片.jpg" mode="scaleToFill"></image>
<view class="guide-title">成为供应商</view>
<view class="guide-description">完成入驻后即可发布货源,开展鸡蛋贸易</view>
<button class="guide-button btn btn-primary" bindtap="startSettlement">立即入驻</button>

Loading…
Cancel
Save