Browse Source

fix:修改文案

master
xiaohei 1 year ago
parent
commit
06d2fbd403
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/config/env.js
  2. +2
    -2
      src/packages/people/pages/guide/guide.vue

+ 1
- 1
src/config/env.js View File

@@ -2,7 +2,7 @@
* @name 小程序环境 * @name 小程序环境
* @description 多环境配置 * @description 多环境配置
*/ */
const envName = 'development';
const envName = 'production';
const envs = [{ const envs = [{
envName: 'production', envName: 'production',
appID: 'wx736395182f05a1b7', appID: 'wx736395182f05a1b7',


+ 2
- 2
src/packages/people/pages/guide/guide.vue View File

@@ -32,7 +32,7 @@


<block v-if="option.path === 'sonGuide3'"> <block v-if="option.path === 'sonGuide3'">
<view class="second-section-gird"> <view class="second-section-gird">
<view :class="songuid == 1 ? 'action' :''" @click="headerSonguid(1)">村务监督月例会</view>
<view :class="songuid == 1 ? 'action' :''" @click="headerSonguid(1)">村务监督</view>
<view :class="songuid == 2 ? 'action' :''" @click="headerSonguid(2)">在线投诉</view> <view :class="songuid == 2 ? 'action' :''" @click="headerSonguid(2)">在线投诉</view>
</view> </view>
<view class="rural-list flex"> <view class="rural-list flex">
@@ -433,7 +433,7 @@
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 80%;
width: 50%;
height: 20rpx; height: 20rpx;
opacity: 0.2; opacity: 0.2;
background: linear-gradient(to bottom, #FF4C4C, #fff); background: linear-gradient(to bottom, #FF4C4C, #fff);


Loading…
Cancel
Save