index.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677
  1. <template>
  2. <view class="container">
  3. <view class="content" :style="isShiMing ? '' : 'padding-top:30rpx;'">
  4. <!-- 用户信息 -->
  5. <view class="uerInfo mar_t16 flex_r">
  6. <view class="user_img">
  7. <image v-if="!userinfo.head_pic" class="image" src="@/static/my/head.png" @click="login"></image>
  8. <image v-else @click="upheadimg" class="image" :src="userinfo.head_pic"></image>
  9. <view class="coupon_info flex_r flex_ac" @tap="goToAutonym" v-if="isShiMing">
  10. 完成实名认证,享受更多权益
  11. <image src="/static/my/f_close.png" mode="widthFix" class="close_icon" @tap.stop="closeAuto" />
  12. </view>
  13. </view>
  14. <block v-if="userinfo.nickname">
  15. <view class="user_con flex_c flex_as flex_jc">
  16. <view class="user_name flex_r flex_ae ellipsis">
  17. <view @click="goto('/pages/my/userinfo')">{{ userinfo.nickname }}</view>
  18. <text v-if="isAuthentication">({{ userinfo.is_authentication == 0 ? "未实名" : "已实名" }})</text>
  19. </view>
  20. <view class="live_name flex_r flex_ac flex_jc">
  21. <img src="@/static/my/huangguan.png" class="live_ico">
  22. <span>{{ typeto(localInfo.level_id) }}</span>
  23. </view>
  24. <view class="user_account flex_r flex_ac mar_t16">
  25. <view class="account">账号:{{ userinfo.mobile }}</view>
  26. <view class="copy_account flex_r flex_ac flex_jc" @tap="copyText(userinfo.mobile)">复制</view>
  27. </view>
  28. </view>
  29. <view class="user_option flex_r flex_ac flex_je">
  30. <navigator class="flex_c flex_ac" @tap="getImgPage" hover-class="none" v-if="localInfo.level_id>1">
  31. <image class="fun_img" src="/static/my/f_img_code.png"></image>
  32. <view class="fun_text">分享海报</view>
  33. </navigator>
  34. </view>
  35. </block>
  36. <block v-else>
  37. <view class="user_con flex_c flex_as flex_jc" @click="login">
  38. <view class="user_name flex_r flex_ae ellipsis">点此处登录</view>
  39. </view>
  40. </block>
  41. </view>
  42. <!-- 用户信息-end -->
  43. <!-- 节点 -->
  44. <view class="regional" v-if="localInfo.regional">
  45. <img src="@/static/my/regional.png" alt="" srcset="" class="ico">
  46. <span class="txtinfo">区域服务节点:{{ localInfo.regional }}</span>
  47. </view>
  48. <view class="regional top10" v-if="localInfo.operate">
  49. <img src="@/static/my/regional.png" alt="" srcset="" class="ico">
  50. <span class="txtinfo">区域运营节点:{{ localInfo.operate }}</span>
  51. </view>
  52. <!-- 节点-end -->
  53. <!-- 账户信息 -->
  54. <view class="acc_info flex_r flex_jse">
  55. <div class="i_num" @click="goto('/pagesB/accountDetails/ConsumptionCharge')">
  56. <p class="flex_r flex_ac flex_jc">
  57. <image src="@/static/wallet/3.png" class="ico" /><span>消费金</span></p>
  58. <p class="dinB">{{localInfo.integral}}</p>
  59. </div>
  60. <div class="i_num" @click="goto('/pagesB/my/shuZhiWallet')">
  61. <p class="flex_r flex_ac flex_jc">
  62. <image src="@/static/wallet/4.png" class="ico" /><span>余额</span></p>
  63. <p class="dinB">{{localInfo.property}}</p>
  64. </div>
  65. </view>
  66. <!-- 账户信息-end -->
  67. </view>
  68. <!-- 功能列表 -->
  69. <view class="fun_container">
  70. <view class="fun mar_t30">
  71. <view class="fun_title">数智生活</view>
  72. <view class="fun_con mar_t50 flex_r flex_ac">
  73. <navigator class="fun_list flex_c flex_ac" url="/pagesB/my/myWallet" hover-class="none">
  74. <image class="fun_img" src="/static/my/9.png"></image>
  75. <view class="fun_text">我的财富</view>
  76. </navigator>
  77. <navigator class="fun_list flex_c flex_ac" url="/pagesB/orderingfood/orderlist" hover-class="none">
  78. <image class="fun_img" src="/static/my/10.png"></image>
  79. <view class="fun_text">历史订单</view>
  80. </navigator>
  81. <navigator class="fun_list flex_c flex_ac" @click="activation" hover-class="none">
  82. <image class="fun_img" src="/static/my/11.png"></image>
  83. <view class="fun_text">激活升级</view>
  84. </navigator>
  85. <navigator v-if="localInfo.level_id>1" class="fun_list flex_c flex_ac" url="/pagesB/orderingfood/friend" hover-class="none">
  86. <image class="fun_img" src="/static/my/12.png"></image>
  87. <view class="fun_text">社区</view>
  88. </navigator>
  89. <navigator class="fun_list flex_c flex_ac" url="/pages/account/giveAsPresent" hover-class="none">
  90. <image class="fun_img" src="/static/my/13.png"></image>
  91. <view class="fun_text">赠送</view>
  92. </navigator>
  93. </view>
  94. </view>
  95. <view class="fun mar_t30">
  96. <view class="fun_title flex_r flex_ac flex_jb">
  97. <view>云店订单</view>
  98. <view class="moarbtn" @click="goto('/pages/szw-order-list/index')">
  99. <text>查看全部</text>
  100. <text class="iconfont">&#xe62e;</text>
  101. </view>
  102. </view>
  103. <view class="fun_con mar_t50 flex_r flex_ac flex_jb">
  104. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=1" hover-class="none">
  105. <image class="fun_img" src="/static/my/payment.png"></image>
  106. <view class="fun_text">待付款</view>
  107. </navigator>
  108. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=5" hover-class="none">
  109. <image class="fun_img" src="/static/my/pickInStore.png"></image>
  110. <view class="fun_text">待自提</view>
  111. </navigator>
  112. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=2" hover-class="none">
  113. <image class="fun_img" src="/static/my/deliver.png"></image>
  114. <view class="fun_text">待发货</view>
  115. </navigator>
  116. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=3" hover-class="none">
  117. <image class="fun_img" src="/static/my/take.png"></image>
  118. <view class="fun_text">待收货</view>
  119. </navigator>
  120. <navigator class="fun_list flex_c flex_ac" url="/pages/szw-order-list/index?status=4" hover-class="none">
  121. <image class="fun_img" src="/static/my/refund.png"></image>
  122. <view class="fun_text">已完成</view>
  123. </navigator>
  124. </view>
  125. </view>
  126. <view class="fun mar_t30" v-if="isBusinessCenter">
  127. <view class="fun_title">商家中心</view>
  128. <view class="fun_con mar_t50 flex_r flex_ac">
  129. <navigator v-if="merchantSetlet.shop" class="fun_list flex_c flex_ac" url="/pagesC/settledMerchant/myShop" hover-class="none">
  130. <image class="fun_img" src="/static/my/store.png"></image>
  131. <view class="fun_text">我的店铺</view>
  132. </navigator>
  133. <navigator v-if="merchantSetlet.settled" class="fun_list flex_c flex_ac" url="/pagesB/my/addShop" hover-class="none">
  134. <image class="fun_img" src="/static/my/merchant.png"></image>
  135. <view class="fun_text">商家入驻</view>
  136. </navigator>
  137. <navigator v-if="merchantSetlet.settled" class="fun_list flex_c flex_ac" url="/pagesC/settledMerchant/myBusiness" hover-class="none">
  138. <image class="fun_img" src="/static/my/merchant2.png"></image>
  139. <view class="fun_text">我的商家</view>
  140. </navigator>
  141. <navigator v-if="merchantSetlet.region" class="fun_list flex_c flex_ac" url="/pagesC/settledMerchant/business" hover-class="none">
  142. <image class="fun_img" src="/static/my/merchant3.png"></image>
  143. <view class="fun_text">区域商家</view>
  144. </navigator>
  145. <navigator v-if="false" class="fun_list flex_c flex_ac" hover-class="none">
  146. <image class="fun_img" src="/static/my/operator.png"></image>
  147. <view class="fun_text">申请运营商</view>
  148. </navigator>
  149. </view>
  150. </view>
  151. <view class="fun mar_t30">
  152. <view class="fun_title">我的服务</view>
  153. <view class="fun_con mar_t50 flex_r flex_ac">
  154. <navigator class="fun_list flex_c flex_ac" url="/pagesB/address/list" hover-class="none">
  155. <image class="fun_img" src="/static/my/dizhi.png"></image>
  156. <view class="fun_text">地址管理</view>
  157. </navigator>
  158. <navigator class="fun_list flex_c flex_ac" url="/pagesB/my/assistant" hover-class="none">
  159. <image class="fun_img" src="/static/my/assistant.png"></image>
  160. <view class="fun_text">开票助手</view>
  161. </navigator>
  162. <navigator class="fun_list flex_c flex_ac" url="/pagesB/invoice/invoiceList" hover-class="none">
  163. <image class="fun_img" src="/static/my/assistantHistory.png"></image>
  164. <view class="fun_text">开票历史</view>
  165. </navigator>
  166. <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'新手教程',type:1})" hover-class="none">
  167. <image class="fun_img" src="/static/my/green.png"></image>
  168. <view class="fun_text">新手教程</view>
  169. </navigator>
  170. </view>
  171. <view class="fun_con mar_t50 flex_r flex_ac">
  172. <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'关于我们',type:7})" hover-class="none">
  173. <image class="fun_img" src="/static/my/about.png"></image>
  174. <view class="fun_text">关于我们</view>
  175. </navigator>
  176. <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/agreement/index',{tit:'用户须知',type:8})" hover-class="none">
  177. <image class="fun_img" src="/static/my/feedback.png"></image>
  178. <view class="fun_text">用户须知</view>
  179. </navigator>
  180. <navigator class="fun_list flex_c flex_ac" @click="goto('/pages/my/userinfo')" hover-class="none">
  181. <image class="fun_img" src="/static/my/h_n.png"></image>
  182. <view class="fun_text">头像昵称</view>
  183. </navigator>
  184. <view class="fun_list flex_c flex_ac">
  185. <button open-type="contact" style="background: #fff; border: 0; line-height: 1; padding: 0">
  186. <image class="fun_img" src="/static/my/service.png"></image>
  187. <view class="fun_text">在线客服</view>
  188. </button>
  189. </view>
  190. </view>
  191. </view>
  192. </view>
  193. <view class="fz_w_text">让数字经济赋能美好生活!</view>
  194. <!-- 授权 -->
  195. <authorize-module ref="autho" :shopInfo="shopInfo" @authGetTelSuccess="onauthGetTelSuccess" />
  196. <!-- 激活升级 -->
  197. <activation ref="activation" tit="激活" />
  198. </view>
  199. </template>
  200. <script>
  201. let app = getApp();
  202. import uniCopy from "@/utils/copy";
  203. import authorizeModule from "@/components/authorize-module/index";
  204. import activation from "@/components/activation/activation.vue"
  205. import { post } from "@/request/api.js";
  206. export default {
  207. components: {
  208. authorizeModule,
  209. activation
  210. },
  211. data() {
  212. return {
  213. shopInfo: {}, // 商铺信息
  214. isShiMing: true, //未实名提示弹窗
  215. userinfo: {}, // 获取用户信息
  216. unid: "",
  217. invited: "",
  218. isAuthentication: uni.getStorageSync("isAuthentication"), //是否开启实名模块
  219. localInfo: {}, //数智生活信息
  220. merchantSetlet: {},
  221. isBusinessCenter: false,
  222. };
  223. },
  224. onLoad(options) {
  225. //推荐人邀请码|受邀码
  226. this.invited = uni.getStorageSync("inviteCode") || "XHCYGNZM"
  227. this.closeAuto(); //关闭实名功能
  228. },
  229. onShow() {
  230. let token = uni.getStorageSync("token");
  231. if (!token) this.login()
  232. else {
  233. this.getuserInfo();
  234. this.merchantSet();
  235. }
  236. },
  237. methods: {
  238. login() {
  239. let that = this;
  240. // #ifdef MP-WEIXIN
  241. wx.login({
  242. success(res) {
  243. if (res.code) {
  244. post("v1/appletLogin", {
  245. code: res.code,
  246. invite: that.invited,
  247. }).then((res) => {
  248. if (res.code === 0) {
  249. if (res.data.token) {
  250. uni.setStorageSync("token", res.data.token);
  251. that.getuserInfo();
  252. } else {
  253. that.unid = res.data.unid;
  254. that.shopInfo = app.globalData.shopInfo;
  255. that.SoHAuth(); //调取授权弹窗
  256. }
  257. }
  258. });
  259. }
  260. },
  261. });
  262. // #endif
  263. // #ifdef H5 || APP-PLUS
  264. // this.goto("/pages/my/login");
  265. // #endif
  266. },
  267. // 获取手机号
  268. onauthGetTelSuccess(da) {
  269. this.SoHAuth();
  270. post("v1/getMobile", {
  271. unid: this.unid,
  272. ...da.detail,
  273. }).then((res) => {
  274. if (res.code === 0) {
  275. uni.setStorageSync("token", res.data.token);
  276. this.getuserInfo();
  277. }
  278. });
  279. },
  280. SoHAuth() {
  281. this.$refs.autho.onSoHAuth();
  282. },
  283. // 获取userinfo
  284. async getuserInfo() {
  285. let res = await uni.userfun();
  286. if (res.user_id) {
  287. if (this.isAuthentication) this.isShiMing = res.is_authentication == 0;
  288. else this.isShiMing = false;
  289. this.userinfo = res;
  290. } else this.login();
  291. this.localInfo = await uni.Luserfun()
  292. },
  293. // 跳转到实名页面
  294. goToAutonym() {
  295. this.goto("/pages/autonym-submit/index")
  296. },
  297. // 关闭实名信息提示
  298. closeAuto() {
  299. this.isShiMing = false;
  300. },
  301. // 跳转到分享页面
  302. getImgPage() {
  303. if (this.isAuthentication) {
  304. if (this.userinfo.is_authentication == 1) {
  305. this.goto("/pages/invi-img/index")
  306. } else {
  307. this.$toast("您还未实名");
  308. this.goToAutonym();
  309. }
  310. } else {
  311. this.goto("/pages/invi-img/index")
  312. }
  313. },
  314. // 跳转到提现页面
  315. getToCash(type) {
  316. if (this.isAuthentication) {
  317. if (this.userinfo.is_authentication == 1) {
  318. this.goto("/pages/cash/index", { type })
  319. } else {
  320. this.$toast("您还未实名");
  321. this.goToAutonym();
  322. }
  323. } else {
  324. this.goto("/pages/cash/index", { type })
  325. }
  326. },
  327. // 复制账号
  328. copyText(e) {
  329. uniCopy({
  330. content: e,
  331. success: (res) => {},
  332. error: (e) => {},
  333. });
  334. },
  335. // 点击头像
  336. upheadimg() {
  337. let that = this;
  338. uni.previewImage({
  339. urls: [that.userinfo.head_pic],
  340. current: 0,
  341. });
  342. },
  343. activation() {
  344. this.$refs.activation.open()
  345. },
  346. typeto(va) {
  347. switch (va) {
  348. case 1: return "消费商";
  349. case 2: return "推广大使";
  350. case 3: return "合伙人";
  351. case 4: return "联合创始人";
  352. case 5: return "联合发起人";
  353. default:
  354. return ""
  355. }
  356. },
  357. // 商家中心权限
  358. merchantSet(){
  359. post("v1/merchant/settled").then((res) => {
  360. if (res.code === 0) {
  361. this.merchantSetlet = res.data
  362. for (const i in res.data) {
  363. if(res.data[i]) {
  364. this.isBusinessCenter = true
  365. return
  366. }
  367. }
  368. }
  369. });
  370. }
  371. },
  372. };
  373. </script>
  374. <style lang="scss">
  375. // 页面配置
  376. page {
  377. background: #f5f5f5;
  378. }
  379. .container {
  380. box-sizing: border-box;
  381. }
  382. .content {
  383. padding: 66rpx 30rpx 0;
  384. box-sizing: border-box;
  385. width: 100%;
  386. overflow: hidden;
  387. background-image: linear-gradient(to bottom, #fff, #f5f5f5);
  388. }
  389. // 页面配置-end
  390. // 用户信息
  391. .close_icon {
  392. margin-left: 24rpx;
  393. width: 26rpx;
  394. }
  395. .coupon_info {
  396. position: absolute;
  397. top: -70rpx;
  398. left: 0;
  399. border-radius: 12rpx;
  400. background-color: rgba(0, 0, 0, 0.8);
  401. color: #fff;
  402. font-size: 28rpx;
  403. font-weight: 500;
  404. padding: 10rpx 24rpx;
  405. transition: all 0.6s ease;
  406. width: 420rpx;
  407. }
  408. .uerInfo {
  409. width: 100%;
  410. }
  411. .code_img:nth-child(1) {
  412. margin-left: 20rpx;
  413. }
  414. .code_img {
  415. width: 42rpx;
  416. height: 44rpx;
  417. margin-left: 36rpx;
  418. }
  419. .account {
  420. font-size: 26rpx;
  421. color: #121212;
  422. margin-right: 20rpx;
  423. }
  424. .user_img .image {
  425. width: 100%;
  426. height: 100%;
  427. border-radius: 50%;
  428. }
  429. .user_con {
  430. width: calc(100% - 136rpx - 140rpx - 20rpx);
  431. overflow: hidden;
  432. }
  433. .user_img {
  434. width: 136rpx;
  435. height: 136rpx;
  436. margin-right: 20rpx;
  437. border-radius: 50%;
  438. position: relative;
  439. }
  440. .user_name text {
  441. font-size: 26rpx;
  442. font-family: "SourceHanSansSC-Medium";
  443. color: #121212;
  444. font-weight: 500;
  445. }
  446. .copy_account {
  447. width: 60rpx;
  448. height: 32rpx;
  449. background: #f1d3a8;
  450. font-size: 22rpx;
  451. color: #6b2909;
  452. border-radius: 6rpx;
  453. }
  454. .user_name {
  455. width: 100%;
  456. overflow: hidden;
  457. font-size: 40rpx;
  458. color: #121212;
  459. font-weight: 500;
  460. line-height: 1;
  461. }
  462. .user_option {
  463. width: 140rpx;
  464. text-align: right;
  465. .fun_text {
  466. font-size: 20rpx;
  467. }
  468. }
  469. .live_name {
  470. background-color: #f1d3a8;
  471. padding: 2rpx 8rpx;
  472. margin-top: 10rpx;
  473. border-radius: 8rpx;
  474. .live_ico {
  475. width: 26rpx;
  476. height: 26rpx;
  477. margin-right: 6rpx;
  478. }
  479. span {
  480. font-size: 22rpx;
  481. }
  482. }
  483. // 用户信息-end
  484. .regional {
  485. padding: 0 10rpx;
  486. margin-top: 16rpx;
  487. .ico {
  488. width: 32rpx;
  489. height: 32rpx;
  490. margin-right: 12rpx;
  491. }
  492. .txtinfo {
  493. color: #000;
  494. font-size: 25rpx;
  495. }
  496. .ico,
  497. .txtinfo {
  498. vertical-align: middle;
  499. }
  500. &.top10{
  501. margin-top: -2rpx;
  502. }
  503. }
  504. // 账户信息
  505. .acc_info {
  506. width: 100%;
  507. overflow: hidden;
  508. background: url("http://teaclub.oss-cn-chengdu.aliyuncs.com/CloudShop/head_pic/7748b9c0380c76907a8a5ba82514f496f9ce55e5png");
  509. background-size: 100% 100%;
  510. border-radius: 16rpx;
  511. padding: 36rpx 0;
  512. box-sizing: border-box;
  513. margin-top: 38rpx;
  514. .i_num {
  515. text-align: center;
  516. font-size: 34rpx;
  517. p {
  518. color: #BE7329;
  519. }
  520. .ico {
  521. width: 42rpx;
  522. height: 42rpx;
  523. margin-right: 12rpx;
  524. }
  525. .dinB {
  526. margin-top: 14rpx;
  527. font-size: 40rpx;
  528. }
  529. }
  530. }
  531. // 账户信息-end
  532. // 功能列表
  533. .more {
  534. font-size: 24rpx;
  535. color: #999999;
  536. }
  537. .fun_con {
  538. width: 100%;
  539. overflow: hidden;
  540. }
  541. .fun_text {
  542. font-size: 24rpx;
  543. color: #333333;
  544. }
  545. .fun_list {
  546. width: 25%;
  547. }
  548. .fun_list button::after {
  549. border: 0 !important;
  550. }
  551. .more_img {
  552. width: 12rpx;
  553. height: 20rpx;
  554. margin-left: 11rpx;
  555. }
  556. .fun_img {
  557. width: 50rpx;
  558. height: 50rpx;
  559. margin-bottom: 10rpx;
  560. }
  561. .fun_container {
  562. width: 100%;
  563. overflow: hidden;
  564. padding: 0 30rpx;
  565. box-sizing: border-box;
  566. }
  567. .fun_title {
  568. padding: 0 30rpx;
  569. font-size: 32rpx;
  570. color: #333;
  571. font-weight: bold;
  572. }
  573. .fun_tit {
  574. font-size: 28rpx;
  575. color: #666;
  576. font-weight: bold;
  577. padding-left: 36rpx;
  578. padding-right: 30rpx;
  579. }
  580. .fun {
  581. width: 100%;
  582. overflow: hidden;
  583. border-radius: 16rpx;
  584. background: #fff;
  585. padding: 30rpx 0;
  586. box-sizing: border-box;
  587. }
  588. .user_level {
  589. margin-top: 10rpx;
  590. background: linear-gradient(to right, #ffeabd, #ffc479);
  591. padding: 6rpx 20rpx;
  592. border-radius: 6rpx;
  593. overflow: hidden;
  594. .level_img {
  595. width: 38rpx;
  596. height: 30rpx;
  597. z-index: 30;
  598. }
  599. .level_text {
  600. color: #6b2909;
  601. font-size: 28rpx;
  602. margin-left: 12rpx;
  603. display: inline-block;
  604. height: 30rpx;
  605. line-height: 30rpx;
  606. }
  607. .level_img,
  608. .level_text {
  609. float: left;
  610. }
  611. }
  612. .moarbtn {
  613. font-size: 22rpx;
  614. color: #999;
  615. .iconfont {
  616. text-decoration-skip: 20rpx;
  617. margin-left: 6rpx;
  618. color: #999;
  619. }
  620. text {
  621. vertical-align: middle;
  622. }
  623. }
  624. // 功能列表-end
  625. </style>