lhl 4 years ago
parent
commit
f2d617bb15

+ 21 - 1
lang/en.js

@@ -43,6 +43,26 @@ module.exports = {
 		login: 'Login'
 	},
 	foo: {
-		
+		tx: 'avatar',
+		nc: 'nickname',
+		yhzh:'bank account',
+		scyh:'Belongs to the bank',
+		zh:'account',
+		zfbskm:'Alipay payment code',
+		wxskm:'Weixin payment code',
+		tj:'submit',
+		tcdl:'log out',
+		hwsc: 'Oversea markets',
+		cplb: 'Product list',
+		faal: 'Project examples',
+		zyj: 'Aerator series',
+		gzwm: 'Follow us',
+		fdgzh: 'Futi WeChat official account',
+		fddy:'Futi Tick Tok official account',
+		zz: 'Manufacture',
+		jz: 'Value',
+		wh: 'Culture',
+		zzkhty: "Focus on customers'experience, innovation advancing technology development",
+		qywh: 'The company has a happy, dedicated and professional staff team, who inherit "perfect oneself to be excellent " team cooperation spirit, adhere to the " strict management,innovation, high quality,  market extension"operation policy, adhere to the" do exactly what customer may consider "business philosophy.We always provide high quality products, with excellent service,reasonable price and fast delivery,abide by customers\'commitment as our enterprise purpose.',
 	}
 }

+ 21 - 1
lang/zh_cn.js

@@ -44,6 +44,26 @@ module.exports =  {
 		login: '登录',
     },
     foo:{
-       
+		tx: '头像',
+		nc: '昵称',
+		yhzh:'银行账号',
+		scyh:'所属银行',
+		zh:'账户',
+		zfbskm:'支付宝收款码',
+		wxskm:'微信收款码',
+		tj:'提交',
+		tcdl:'退出登录',
+        hwsc:'海外市场',
+      cplb:'产品列表',
+       faal:'方案案例',
+        zyj:'增氧机系列',
+        gzwm:'关注我们',
+        fdgzh:'富地公众号',
+		fddy:'富地抖音号',
+        zz:'制造',
+        jz:'价值',
+        wh:'文化',
+        zzkhty:"专注客户体验 创新引导技术",
+        qywh:'公司拥有一支乐业、敬业、专业的员工队伍,传承“完善小我成就大我”的团队协作精神,坚持“严管理”求创新、高品质、拓市场”的经营方针,秉承“您所想的就是我们所做”的经营理念我们一贯坚持高品质,优质服务合理价格,快速的交货期,信守客户承诺的企业宗旨',
     }
 }

+ 9 - 9
pages/set/userinfo.vue

@@ -1,19 +1,19 @@
 <template>
 	<view class="content">
 		<view class="row1">
-			<text class="tit">头像</text>
+			<text class="tit">{{$t('foo.tx')}}</text>
 			<view class="background-img" @click.stop="imgsub"><image class="background-img" :src="userInfo.avatar" mode="aspectFill"></image></view>
 		</view>
 		<view class="row">
-			<text class="tit">昵称</text>
+			<text class="tit">{{$t('foo.nc')}}</text>
 			<input class="input" type="text" v-model="userInfo.nickname" placeholder-class="placeholder" />
 		</view>
 		<view class="row">
-			<text class="tit" style="width: 240upx;">银行账号</text>
+			<text class="tit" style="width: 240upx;">{{$t('foo.yhzh')}}</text>
 			<input class="input" type="text"  v-model="userInfo.bank_card_no" placeholder-class="placeholder" />
 		</view>
 		<view class="row">
-			<text class="tit" style="width: 240upx;">所属银行</text>
+			<text class="tit" style="width: 240upx;">{{$t('foo.scyh')}}</text>
 			<input class="input" type="text"  v-model="userInfo.bank_of_deposit" placeholder-class="placeholder" />
 		</view>
 		<view class="row">
@@ -21,19 +21,19 @@
 			<input class="input" type="text"  disabled="true" v-model="userInfo.id" placeholder-class="placeholder" />
 		</view>
 		<view class="row">
-			<text class="tit">账户</text>
+			<text class="tit">{{$t('foo.zh')}}</text>
 			<input class="input" type="text"  disabled="true" v-model="userInfo.username" placeholder-class="placeholder" />
 		</view>
 		<view class="row1">
-			<text class="tit">支付宝收款码</text>
+			<text class="tit">{{$t('foo.zfbskm')}}</text>
 			<view class="background-img1" @click.stop="imgsubali"><image class="background-img1" :src="userInfo.ali" mode="aspectFill"></image></view>
 		</view>
 		<view class="row1">
-			<text class="tit">微信收款码</text>
+			<text class="tit">{{$t('foo.wxskm')}}</text>
 			<view class="background-img1" @click.stop="imgsubwechat"><image class="background-img1" :src="userInfo.wechat" mode="aspectFill"></image></view>
 		</view>
-		<view class="add-btn" @click="confirm">提交</view>
-		<view class="out" @click="toLogout">退出登录</view>
+		<view class="add-btn" @click="confirm">{{$t('foo.tj')}}</view>
+		<view class="out" @click="toLogout">{{$t('foo.tcdl')}}</view>
 	</view>
 </template>
 

File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 561 - 48
unpackage/dist/dev/app-plus/app-view.js


Some files were not shown because too many files changed in this diff