Commit 83fe91ea75f32582d35fef8becd53bcf2ce82cd7
1 parent
116a82fb
PLUS会员
Showing
5 changed files
with
12 additions
and
12 deletions
packageA/pages/profile/profile.js
| @@ -60,7 +60,7 @@ Page({ | @@ -60,7 +60,7 @@ Page({ | ||
| 60 | identity_card: "", //身份证值 | 60 | identity_card: "", //身份证值 |
| 61 | address: "", //地址 | 61 | address: "", //地址 |
| 62 | openid: "", //openid | 62 | openid: "", //openid |
| 63 | - pulscardname: "", //puls会员的卡 | 63 | + pulscardname: "", //PLUS会员的卡 |
| 64 | gradename: "", //会员权益的卡 | 64 | gradename: "", //会员权益的卡 |
| 65 | isBool: "", | 65 | isBool: "", |
| 66 | sto_sele_id: "", //所属门店id | 66 | sto_sele_id: "", //所属门店id |
pages/user/Detailed/Detailed.js
| @@ -276,11 +276,11 @@ Page({ | @@ -276,11 +276,11 @@ Page({ | ||
| 276 | ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit); | 276 | ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit); |
| 277 | ctx.setFontSize(24 * unit); | 277 | ctx.setFontSize(24 * unit); |
| 278 | ctx.setFillStyle("rgb(198,165,126)"); | 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 | ctx.setFontSize(20 * unit); | 281 | ctx.setFontSize(20 * unit); |
| 282 | ctx.setFillStyle("rgb(198,165,126)"); | 282 | ctx.setFillStyle("rgb(198,165,126)"); |
| 283 | - ctx.fillText("PULS会员专属权益", 100 * unit, 505 * unit); | 283 | + ctx.fillText("PLUS会员专属权益", 100 * unit, 505 * unit); |
| 284 | ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit); | 284 | ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit); |
| 285 | 285 | ||
| 286 | ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit) | 286 | ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit) |
| @@ -290,7 +290,7 @@ Page({ | @@ -290,7 +290,7 @@ Page({ | ||
| 290 | ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit); | 290 | ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit); |
| 291 | ctx.setFontSize(24 * unit); | 291 | ctx.setFontSize(24 * unit); |
| 292 | ctx.setFillStyle("rgb(198,165,126)"); | 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 | ctx.setFontSize(20 * unit); | 295 | ctx.setFontSize(20 * unit); |
| 296 | ctx.setFillStyle("rgb(198,165,126)"); | 296 | ctx.setFillStyle("rgb(198,165,126)"); |
| @@ -304,7 +304,7 @@ Page({ | @@ -304,7 +304,7 @@ Page({ | ||
| 304 | ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit); | 304 | ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit); |
| 305 | ctx.setFontSize(24 * unit); | 305 | ctx.setFontSize(24 * unit); |
| 306 | ctx.setFillStyle("rgb(198,165,126)"); | 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 | ctx.setFontSize(20 * unit); | 309 | ctx.setFontSize(20 * unit); |
| 310 | ctx.setFillStyle("rgb(198,165,126)"); | 310 | ctx.setFillStyle("rgb(198,165,126)"); |
pages/user/cardinfo/cardinfo.js
| @@ -23,7 +23,7 @@ Page({ | @@ -23,7 +23,7 @@ Page({ | ||
| 23 | is_plusCard: "",//卡的列表 | 23 | is_plusCard: "",//卡的列表 |
| 24 | imagePath: "", | 24 | imagePath: "", |
| 25 | user: null,//会员的数据 | 25 | user: null,//会员的数据 |
| 26 | - is_card: 0,//用于判断是否是续费页和购买页面 0不是puls会员 | 26 | + is_card: 0,//用于判断是否是续费页和购买页面 0不是PLUS会员 |
| 27 | content: "",//等级卡规则 | 27 | content: "",//等级卡规则 |
| 28 | is_card_rule: "",//等级卡规则判断用 | 28 | is_card_rule: "",//等级卡规则判断用 |
| 29 | big_card: null,//最大的卡 | 29 | big_card: null,//最大的卡 |
| @@ -474,11 +474,11 @@ Page({ | @@ -474,11 +474,11 @@ Page({ | ||
| 474 | ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit); | 474 | ctx.drawImage(img_square, 80 * unit, 470 * unit, 10 * unit, 10 * unit); |
| 475 | ctx.setFontSize(24 * unit); | 475 | ctx.setFontSize(24 * unit); |
| 476 | ctx.setFillStyle("rgb(198,165,126)"); | 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 | ctx.setFontSize(20 * unit); | 479 | ctx.setFontSize(20 * unit); |
| 480 | ctx.setFillStyle("rgb(198,165,126)"); | 480 | ctx.setFillStyle("rgb(198,165,126)"); |
| 481 | - ctx.fillText("PULS会员专属权益", 100 * unit, 505 * unit); | 481 | + ctx.fillText("PLUS会员专属权益", 100 * unit, 505 * unit); |
| 482 | ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit); | 482 | ctx.drawImage(img_Ancrown, 355 * unit, 440 * unit, 65 * unit, 65 * unit); |
| 483 | 483 | ||
| 484 | ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit) | 484 | ctx.rect(85 * unit, 530 * unit, 375 * unit, 1 * unit) |
| @@ -488,7 +488,7 @@ Page({ | @@ -488,7 +488,7 @@ Page({ | ||
| 488 | ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit); | 488 | ctx.drawImage(img_square, 80 * unit, 575 * unit, 10 * unit, 10 * unit); |
| 489 | ctx.setFontSize(24 * unit); | 489 | ctx.setFontSize(24 * unit); |
| 490 | ctx.setFillStyle("rgb(198,165,126)"); | 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 | ctx.setFontSize(20 * unit); | 493 | ctx.setFontSize(20 * unit); |
| 494 | ctx.setFillStyle("rgb(198,165,126)"); | 494 | ctx.setFillStyle("rgb(198,165,126)"); |
| @@ -502,7 +502,7 @@ Page({ | @@ -502,7 +502,7 @@ Page({ | ||
| 502 | ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit); | 502 | ctx.drawImage(img_square, 80 * unit, 695 * unit, 10 * unit, 10 * unit); |
| 503 | ctx.setFontSize(24 * unit); | 503 | ctx.setFontSize(24 * unit); |
| 504 | ctx.setFillStyle("rgb(198,165,126)"); | 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 | ctx.setFontSize(20 * unit); | 507 | ctx.setFontSize(20 * unit); |
| 508 | ctx.setFillStyle("rgb(198,165,126)"); | 508 | ctx.setFillStyle("rgb(198,165,126)"); |
pages/user/plus/plus.js
| @@ -22,7 +22,7 @@ Page({ | @@ -22,7 +22,7 @@ Page({ | ||
| 22 | is_plusCard: "",//卡的列表 | 22 | is_plusCard: "",//卡的列表 |
| 23 | imagePath: "", | 23 | imagePath: "", |
| 24 | is_pulscardname: "",//plus会员的名字 | 24 | is_pulscardname: "",//plus会员的名字 |
| 25 | - is_card: 0,//用于判断是否是续费页和购买页面 0不是puls会员 | 25 | + is_card: 0,//用于判断是否是续费页和购买页面 0不是PLUS会员 |
| 26 | content: "",//等级卡规则 | 26 | content: "",//等级卡规则 |
| 27 | is_card_rule: "",//等级卡规则判断用 | 27 | is_card_rule: "",//等级卡规则判断用 |
| 28 | is_show: 0, //页面要加载完才能显示 | 28 | is_show: 0, //页面要加载完才能显示 |
pages/user/userinfo/userinfo.js
| @@ -60,7 +60,7 @@ Page({ | @@ -60,7 +60,7 @@ Page({ | ||
| 60 | identity_card: "", //身份证值 | 60 | identity_card: "", //身份证值 |
| 61 | address: "", //地址 | 61 | address: "", //地址 |
| 62 | openid: "", //openid | 62 | openid: "", //openid |
| 63 | - pulscardname: "", //puls会员的卡 | 63 | + pulscardname: "", //PLUS会员的卡 |
| 64 | gradename: "", //会员权益的卡 | 64 | gradename: "", //会员权益的卡 |
| 65 | isBool: "", | 65 | isBool: "", |
| 66 | sto_sele_id: "", //所属门店id | 66 | sto_sele_id: "", //所属门店id |