Commit 24f91a586315297cbf1dbedbf55917b8334eb8a4

Authored by 后端开发-许程
1 parent 9f673510

修改标题样式

pages/user/Detailed/Detailed.js
... ... @@ -187,8 +187,7 @@ Page({
187 187 var unit = th.data.screenWidth / 750 * 1.35;
188 188 var scene = getApp().globalData.user_id;
189 189 var nickname = user.nickname;
190   - var nickname ="说的还是计算急急急";
191   -
  190 +
192 191 //---二微码---
193 192 var path3 = os.url + "/api/wx/open/app/user/getWeAppEwm/" +
194 193 os.stoid + "?sceneValue=" + scene + "&pageValue=pages/user/index/index";
... ... @@ -257,11 +256,11 @@ Page({
257 256 ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit);
258 257 ctx.setFontSize(24 * unit);
259 258 ctx.setFillStyle("rgb(198,165,126)");
260   - ctx.fillText("超级VIP权益", 100 * unit, 475 * unit);
  259 + ctx.fillText("PULS会员权益", 100 * unit, 475 * unit);
261 260  
262 261 ctx.setFontSize(20 * unit);
263 262 ctx.setFillStyle("rgb(198,165,126)");
264   - ctx.fillText("超级会员专属权益", 100 * unit, 505 * unit);
  263 + ctx.fillText("PULS会员专属权益", 100 * unit, 505 * unit);
265 264 ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit);
266 265  
267 266 ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit)
... ... @@ -271,7 +270,7 @@ Page({
271 270 ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit);
272 271 ctx.setFontSize(24 * unit);
273 272 ctx.setFillStyle("rgb(198,165,126)");
274   - ctx.fillText("超级VIP标识", 100 * unit, 580 * unit);
  273 + ctx.fillText("PULS会员标识", 100 * unit, 580 * unit);
275 274  
276 275 ctx.setFontSize(20 * unit);
277 276 ctx.setFillStyle("rgb(198,165,126)");
... ... @@ -285,7 +284,7 @@ Page({
285 284 ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit);
286 285 ctx.setFontSize(24 * unit);
287 286 ctx.setFillStyle("rgb(198,165,126)");
288   - ctx.fillText("超级VIP价格", 100 * unit, 695 * unit);
  287 + ctx.fillText("PULS会员价格", 100 * unit, 695 * unit);
289 288  
290 289 ctx.setFontSize(20 * unit);
291 290 ctx.setFillStyle("rgb(198,165,126)");
... ...
pages/user/Detailed/Detailed.wxss
... ... @@ -40,7 +40,7 @@
40 40 /*无明细*/
41 41 .empty_order image {
42 42 width: 329rpx;
43   - height: 229rpx;
  43 + height: 280rpx;
44 44 margin-top: 202rpx;
45 45 }
46 46  
... ...
pages/user/cardinfo/cardinfo.js
... ... @@ -417,11 +417,11 @@ Page({
417 417 ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit);
418 418 ctx.setFontSize(24 * unit);
419 419 ctx.setFillStyle("rgb(198,165,126)");
420   - ctx.fillText("超级VIP权益", 100 * unit, 475 * unit);
  420 + ctx.fillText("PULS会员权益", 100 * unit, 475 * unit);
421 421  
422 422 ctx.setFontSize(20 * unit);
423 423 ctx.setFillStyle("rgb(198,165,126)");
424   - ctx.fillText("超级会员专属权益", 100 * unit, 505 * unit);
  424 + ctx.fillText("PULS会员专属权益", 100 * unit, 505 * unit);
425 425 ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit);
426 426  
427 427 ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit)
... ... @@ -431,7 +431,7 @@ Page({
431 431 ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit);
432 432 ctx.setFontSize(24 * unit);
433 433 ctx.setFillStyle("rgb(198,165,126)");
434   - ctx.fillText("超级VIP标识", 100 * unit, 580 * unit);
  434 + ctx.fillText("PULS会员标识", 100 * unit, 580 * unit);
435 435  
436 436 ctx.setFontSize(20 * unit);
437 437 ctx.setFillStyle("rgb(198,165,126)");
... ... @@ -445,7 +445,7 @@ Page({
445 445 ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit);
446 446 ctx.setFontSize(24 * unit);
447 447 ctx.setFillStyle("rgb(198,165,126)");
448   - ctx.fillText("超级VIP价格", 100 * unit, 695 * unit);
  448 + ctx.fillText("PULS会员价格", 100 * unit, 695 * unit);
449 449  
450 450 ctx.setFontSize(20 * unit);
451 451 ctx.setFillStyle("rgb(198,165,126)");
... ...
pages/user/cardinfo/cardinfo.wxml
... ... @@ -5,6 +5,9 @@
5 5 <view>
6 6 <image class="Member_bk" src="{{url}}/miniapp/images/plus/page_bk.png"></image>
7 7 </view>
  8 + <view class="Opening_bk">
  9 + <image src="{{url}}/miniapp/images/plus/card_bk.png"></image>
  10 + </view>
8 11  
9 12 <view class="MemberPlus rel"style="background-image:url('{{user_card.CardImg}}');background-size: 100% 100%;background-repead:no-repead;">
10 13  
... ...
pages/user/cardinfo/cardinfo.wxss
... ... @@ -220,4 +220,10 @@ height: 260rpx;
220 220 }
221 221 .fs36{
222 222 font-size: 36rpx;
  223 +}
  224 +.Opening_bk image {
  225 + position: absolute;
  226 +
  227 + width: 100%;
  228 + height: 320rpx;
223 229 }
224 230 \ No newline at end of file
... ...