Browse Source

文案修改

master
kola-web 2 months ago
parent
commit
80efc31a19
  1. 2
      src/components/global-toast/index.wxml
  2. BIN
      src/images/topic-start.png
  3. 2
      src/pages/home/index.scss
  4. 10
      src/pages/home/index.wxml
  5. 7
      src/pages/login/index.scss
  6. 1
      src/pages/login/index.wxml
  7. 2
      src/pages/topic/index.wxml

2
src/components/global-toast/index.wxml

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
<image class="badge" src="{{imageUrl}}badge.png?t={{Timestamp}}" show-menu-by-longpress></image>
<view class="container">
<view class="title">该账号未开通阅读权益</view>
<view class="tip">此小程序暂时仅供经邀请的企业用户使用,请换个手机号登录以完成身份验证。</view>
<view class="tip">此小程序暂时仅供经邀请的企业用户使用,请使用有权益的手机号登录。</view>
<view class="btn1" bind:tap="handleConform">换个手机号登录</view>
<view class="btn2" bind:tap="handleClose">取消</view>
</view>

BIN
src/images/topic-start.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 220 KiB

2
src/pages/home/index.scss

@ -160,7 +160,7 @@ page { @@ -160,7 +160,7 @@ page {
color: #fff;
text-align: center;
line-height: 70rpx;
background: linear-gradient( 90deg, #2674F6 0%, #3795F7 100%);
background: linear-gradient(90deg, #134df6 36%, #3795f7 100%);
border-radius: 112rpx 112rpx 112rpx 112rpx;
}
.not-submit {

10
src/pages/home/index.wxml

@ -17,7 +17,15 @@ @@ -17,7 +17,15 @@
placeholder="请输入要搜索的内容"
/>
</view>
<swiper class="swiper" indicator-dots indicator-color="rgba(255,255,255,0.62)" indicator-active-color="#FFFFFF">
<swiper
wx:if="{{bannerList.length>0}}"
class="swiper"
autoplay
interval="{{5000}}"
indicator-dots="{{bannerList.length>1}}"
indicator-color="{{bannerList.length>1 ? 'rgba(255,255,255,0.62)' :'transparent'}}"
indicator-active-color="{{bannerList.length>1 ? '#FFFFFF' :'transparent'}}"
>
<swiper-item
class="swiper-item"
wx:for="{{bannerList}}"

7
src/pages/login/index.scss

@ -1,4 +1,11 @@ @@ -1,4 +1,11 @@
.page {
position: relative;
.logo {
position: absolute;
left: 32rpx;
width: 327rpx;
max-height: 100rpx;
}
.container {
margin-top: 336rpx;
padding: 64rpx 32rpx 0;

1
src/pages/login/index.wxml

@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
class="page"
style="background: url('{{imageUrl}}login-bg.png?t={{Timestamp}}') no-repeat top center/100% 624rpx;padding-top:{{menuButtonInfo.bottom}}px;"
>
<image class="logo" style="top:{{menuButtonInfo.top}}px" mode="widthFix" src="{{imageUrl}}home-logo.png?t={{Timestamp}}"></image>
<view class="container">
<view class="tel">
<input

2
src/pages/topic/index.wxml

@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
感谢您的参与!
</view>
<view class="content">
欢迎打开适中健康信息小程序,您将看到一个查有可依、科学性、体系化的健康信息世界,化零为整,随时查阅。
欢迎使用适中健康信息小程序,您将看到一个查有可依、科学性、体系化的健康信息世界,化零为整,随时查阅。
</view>
<view class="codes">
<view class="c-item">

Loading…
Cancel
Save