liudan 6 months ago
parent b8400a8997
commit fd5120d89f
  1. 2
      config/app.js
  2. 4
      manifest.json
  3. 8
      pages/user/index.vue

@ -15,7 +15,7 @@ let openPlantGrass = '-openPlantGrass-'
// 网络接口修改此字符 小程序域名要求https
// let httpApi = 'http://192.168.31.106:8324' //测试
let httpApi = 'http://system.deyouzhenxuan.com' //生产
let httpApi = 'https://system.deyouzhenxuan.com' //生产
// 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net
// let wsApi = 'ws://192.168.3.20:8324'

@ -1,6 +1,6 @@
{
"name" : "CRMEB",
"appid" : "__UNI__99FC347",
"name" : "德优甄选",
"appid" : "__UNI__670793C",
"description" : "",
"versionName" : "1.0.4",
"versionCode" : 127,

@ -87,15 +87,15 @@
</view> -->
<view class="num-wrapper skeleton-rect">
<view class="num-item" @click="goOtherPage('/pages/users/user_money/index')">
<text class="num">200</text>
<text class="num">{{userInfo.now_money}}</text>
<view class="txt">余额</view>
</view>
<view class="num-item" @click="goOtherPage('')">
<view class="num-item" @click="goOtherPage('/pages/users/user_spread_money/index?type=2')">
<text class="num">3000</text>
<view class="txt">累计收益</view>
</view>
<view class="num-item" @click="goOtherPage('/pages/users/user_integral/index')">
<text class="num">20</text>
<text class="num">{{userInfo.integral}}</text>
<view class="txt">积分</view>
</view>
<view class="num-item" @click="goOtherPage('/pages/users/user_coupon/index')">
@ -161,7 +161,7 @@
</swiper>
</view>
<view class="user-menus shequn">
<view class="user-menus shequn" @click="goOtherPage('/pages/users/promoter-list/index')">
<view class="title skeleton-rect">我的社群<text class="iconfont icon-xiangyou" style="font-size:24rpx"></text></view>
<view class="sqContent">
<view class="sqItem">

Loading…
Cancel
Save