账户名称

This commit is contained in:
唐明明
2022-06-12 13:42:58 +08:00
parent e9f84161ca
commit 23a70b3d5c
6 changed files with 8 additions and 8 deletions

View File

@@ -244,7 +244,7 @@
"path": "pages/account/integral", "path": "pages/account/integral",
"name": "AccountIntegral", "name": "AccountIntegral",
"style": { "style": {
"navigationBarTitleText": "共力", "navigationBarTitleText": "共力",
"navigationBarBackgroundColor": "#34CE98", "navigationBarBackgroundColor": "#34CE98",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<view class="dt-header"> <view class="dt-header">
<view class="title">共力余额</view> <view class="title">共力余额</view>
<view class="num">{{glz}}</view> <view class="num">{{glz}}</view>
</view> </view>
<view class="logs-title">账户记录</view> <view class="logs-title">账户记录</view>

View File

@@ -38,7 +38,7 @@
<!-- 健康数据 --> <!-- 健康数据 -->
<view class="health-flex"> <view class="health-flex">
<view class="health-flex-item" @click="onBtn('AccountIntegral', {})"> <view class="health-flex-item" @click="onBtn('AccountIntegral', {})">
<view class="title">共力</view> <view class="title">共力</view>
<view class="num">{{account.glz}}</view> <view class="num">{{account.glz}}</view>
</view> </view>
<view class="health-flex-item" @click="onBtn('AccountDt', {})"> <view class="health-flex-item" @click="onBtn('AccountDt', {})">

File diff suppressed because one or more lines are too long

View File

@@ -3587,7 +3587,7 @@ var render = function() {
_c( _c(
"uni-view", "uni-view",
{ staticClass: _vm._$g(20, "sc"), attrs: { _i: 20 } }, { staticClass: _vm._$g(20, "sc"), attrs: { _i: 20 } },
[_vm._v("共力")] [_vm._v("共力")]
), ),
_c( _c(
"uni-view", "uni-view",
@@ -18506,7 +18506,7 @@ var render = function() {
{ staticClass: _vm._$g(1, "sc"), attrs: { _i: 1 } }, { staticClass: _vm._$g(1, "sc"), attrs: { _i: 1 } },
[ [
_c("uni-view", { staticClass: _vm._$g(2, "sc"), attrs: { _i: 2 } }, [ _c("uni-view", { staticClass: _vm._$g(2, "sc"), attrs: { _i: 2 } }, [
_vm._v("共力余额") _vm._v("共力余额")
]), ]),
_c("uni-view", { staticClass: _vm._$g(3, "sc"), attrs: { _i: 3 } }, [ _c("uni-view", { staticClass: _vm._$g(3, "sc"), attrs: { _i: 3 } }, [
_vm._v(_vm._$g(3, "t0-0")) _vm._v(_vm._$g(3, "t0-0"))

File diff suppressed because one or more lines are too long