代码提交

main
123456 4 days ago
parent 05d1900427
commit 88ed8e9239
  1. 6
      manifest.json
  2. 8
      pages/users/qingshaonian/index.vue
  3. 2
      pages/users/site/index.vue
  4. 2
      unpackage/dist/build/app-plus/app-config-service.js
  5. 2
      unpackage/dist/build/app-plus/manifest.json

@ -1,9 +1,9 @@
{
"name" : "纯玩",
"name" : "纯玩-集旅游交友分享和互动于一体的平台",
"appid" : "__UNI__7C06BEE",
"description" : "纯玩-集旅游交友分享和互动于一体的平台",
"versionName" : "1.11",
"versionCode" : 111,
"versionName" : "1.12",
"versionCode" : 112,
"transformPx" : false,
/* 5+App */
"app-plus" : {

@ -2,8 +2,8 @@
<view class="qingshaonian">
<view class="bd">
<image src="@/static/qingshaonian-san.png"></image>
<view class="title" v-if="userInfo.teenageMode == 1">青少年模式已开启</view>
<view class="title" v-else>青少年模式未开启</view>
<view class="title" v-if="userInfo.teenageMode == 1">未成年人模式已开启</view>
<view class="title" v-else>未成年人模式未开启</view>
<view class="desc" v-if="userInfo.teenageMode == 1">关闭后所有行为将不受限制</view>
<view class="desc" v-else>开启时以下行为会收到限制</view>
<view class="item" v-if="userInfo.teenageMode == 0">
@ -14,14 +14,14 @@
</view>
</view>
<view class="fd">
<view class="btn" @click="openPage()" v-if="userInfo.teenageMode == 0">开启青少年模式</view>
<view class="btn" @click="openPage()" v-if="userInfo.teenageMode == 0">开启未成年人模式</view>
<view class="btn" @click="isPopup = true" v-else>关闭</view>
</view>
<u-popup v-model="isPopup" mode="center" border-radius="20" :mask-close-able="false">
<view class="qingshaonians">
<view class="titles">输入密码<image @click="isPopup = false" src="@/static/cha.png"></image></view>
<view class="contents">
<view class="p">解除青少年模式密码</view>
<view class="p">解除未成年人模式密码</view>
<view class="box">
<u-icon name="lock-fill"></u-icon>
<input v-model="teenagePsw" type="password" placeholder="输入密码" />

@ -14,7 +14,7 @@
</view>
</view>
<view class="item" @click="openPage('/pages/users/qingshaonian/index')">
<view class="a">青少年模式</view>
<view class="a">未成年人模式</view>
<view class="b">{{userInfo.teenageMode == 0?'未开启':'已开启'}}
<image src="@/static/icon-arrow.png"></image>
</view>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save