Commit 83fe91ea75f32582d35fef8becd53bcf2ce82cd7
1 parent
116a82fb
PLUS会员
Showing
5 changed files
with
12 additions
and
12 deletions
packageA/pages/profile/profile.js
pages/user/Detailed/Detailed.js
... | ... | @@ -276,11 +276,11 @@ Page({ |
276 | 276 | ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit); |
277 | 277 | ctx.setFontSize(24 * unit); |
278 | 278 | ctx.setFillStyle("rgb(198,165,126)"); |
279 | - ctx.fillText("PULS会员权益", 100 * unit, 475 * unit); | |
279 | + ctx.fillText("PLUS会员权益", 100 * unit, 475 * unit); | |
280 | 280 | |
281 | 281 | ctx.setFontSize(20 * unit); |
282 | 282 | ctx.setFillStyle("rgb(198,165,126)"); |
283 | - ctx.fillText("PULS会员专属权益", 100 * unit, 505 * unit); | |
283 | + ctx.fillText("PLUS会员专属权益", 100 * unit, 505 * unit); | |
284 | 284 | ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit); |
285 | 285 | |
286 | 286 | ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit) |
... | ... | @@ -290,7 +290,7 @@ Page({ |
290 | 290 | ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit); |
291 | 291 | ctx.setFontSize(24 * unit); |
292 | 292 | ctx.setFillStyle("rgb(198,165,126)"); |
293 | - ctx.fillText("PULS会员标识", 100 * unit, 580 * unit); | |
293 | + ctx.fillText("PLUS会员标识", 100 * unit, 580 * unit); | |
294 | 294 | |
295 | 295 | ctx.setFontSize(20 * unit); |
296 | 296 | ctx.setFillStyle("rgb(198,165,126)"); |
... | ... | @@ -304,7 +304,7 @@ Page({ |
304 | 304 | ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit); |
305 | 305 | ctx.setFontSize(24 * unit); |
306 | 306 | ctx.setFillStyle("rgb(198,165,126)"); |
307 | - ctx.fillText("PULS会员价格", 100 * unit, 695 * unit); | |
307 | + ctx.fillText("PLUS会员价格", 100 * unit, 695 * unit); | |
308 | 308 | |
309 | 309 | ctx.setFontSize(20 * unit); |
310 | 310 | ctx.setFillStyle("rgb(198,165,126)"); | ... | ... |
pages/user/cardinfo/cardinfo.js
... | ... | @@ -23,7 +23,7 @@ Page({ |
23 | 23 | is_plusCard: "",//卡的列表 |
24 | 24 | imagePath: "", |
25 | 25 | user: null,//会员的数据 |
26 | - is_card: 0,//用于判断是否是续费页和购买页面 0不是puls会员 | |
26 | + is_card: 0,//用于判断是否是续费页和购买页面 0不是PLUS会员 | |
27 | 27 | content: "",//等级卡规则 |
28 | 28 | is_card_rule: "",//等级卡规则判断用 |
29 | 29 | big_card: null,//最大的卡 |
... | ... | @@ -474,11 +474,11 @@ Page({ |
474 | 474 | ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit); |
475 | 475 | ctx.setFontSize(24 * unit); |
476 | 476 | ctx.setFillStyle("rgb(198,165,126)"); |
477 | - ctx.fillText("PULS会员权益", 100 * unit, 475 * unit); | |
477 | + ctx.fillText("PLUS会员权益", 100 * unit, 475 * unit); | |
478 | 478 | |
479 | 479 | ctx.setFontSize(20 * unit); |
480 | 480 | ctx.setFillStyle("rgb(198,165,126)"); |
481 | - ctx.fillText("PULS会员专属权益", 100 * unit, 505 * unit); | |
481 | + ctx.fillText("PLUS会员专属权益", 100 * unit, 505 * unit); | |
482 | 482 | ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit); |
483 | 483 | |
484 | 484 | ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit) |
... | ... | @@ -488,7 +488,7 @@ Page({ |
488 | 488 | ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit); |
489 | 489 | ctx.setFontSize(24 * unit); |
490 | 490 | ctx.setFillStyle("rgb(198,165,126)"); |
491 | - ctx.fillText("PULS会员标识", 100 * unit, 580 * unit); | |
491 | + ctx.fillText("PLUS会员标识", 100 * unit, 580 * unit); | |
492 | 492 | |
493 | 493 | ctx.setFontSize(20 * unit); |
494 | 494 | ctx.setFillStyle("rgb(198,165,126)"); |
... | ... | @@ -502,7 +502,7 @@ Page({ |
502 | 502 | ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit); |
503 | 503 | ctx.setFontSize(24 * unit); |
504 | 504 | ctx.setFillStyle("rgb(198,165,126)"); |
505 | - ctx.fillText("PULS会员价格", 100 * unit, 695 * unit); | |
505 | + ctx.fillText("PLUS会员价格", 100 * unit, 695 * unit); | |
506 | 506 | |
507 | 507 | ctx.setFontSize(20 * unit); |
508 | 508 | ctx.setFillStyle("rgb(198,165,126)"); | ... | ... |
pages/user/plus/plus.js
... | ... | @@ -22,7 +22,7 @@ Page({ |
22 | 22 | is_plusCard: "",//卡的列表 |
23 | 23 | imagePath: "", |
24 | 24 | is_pulscardname: "",//plus会员的名字 |
25 | - is_card: 0,//用于判断是否是续费页和购买页面 0不是puls会员 | |
25 | + is_card: 0,//用于判断是否是续费页和购买页面 0不是PLUS会员 | |
26 | 26 | content: "",//等级卡规则 |
27 | 27 | is_card_rule: "",//等级卡规则判断用 |
28 | 28 | is_show: 0, //页面要加载完才能显示 | ... | ... |
pages/user/userinfo/userinfo.js