ソースを参照

fix(学员端): 移除L0半天营学员端违规入口与文案(CR-003/022合规)

liaoxg 1 週間 前
コミット
b9d8daa

+ 0 - 10
train-frontend/pages/mine/index.vue

@@ -59,16 +59,6 @@
         <text class="menu-text">案例授权</text>
         <text class="menu-arrow">›</text>
       </view>
-      <view class="menu-item" @click="goTo('/pages/share/index')">
-        <text class="menu-icon">🚀</text>
-        <text class="menu-text">分享中心</text>
-        <text class="menu-arrow">›</text>
-      </view>
-      <view class="menu-item" @click="goTo('/pages/survey/index')">
-        <text class="menu-icon">📝</text>
-        <text class="menu-text">测评调研</text>
-        <text class="menu-arrow">›</text>
-      </view>
       <view class="menu-item" @click="goTo('/pages/verify/index')">
         <text class="menu-icon">🎓</text>
         <text class="menu-text">校友信息</text>

+ 2 - 2
train-frontend/pages/share/index.vue

@@ -81,7 +81,7 @@ export default {
       ctx.fillText('爱伴·AI之旅', width / 2, 60)
       ctx.setFillStyle('#64748B')
       ctx.setFontSize(13)
-      ctx.fillText('邀请你一起加入 AI 成长营', width / 2, 90)
+      ctx.fillText('我的专属邀请码', width / 2, 90)
       // 中央邀请码卡片
       ctx.setFillStyle('#FFFFFF')
       this.roundRect(ctx, 40, 130, width - 80, 120, 12)
@@ -94,7 +94,7 @@ export default {
       // 底部提示
       ctx.setFillStyle('#EA580C')
       ctx.setFontSize(14)
-      ctx.fillText('报名时填写邀请码,一起享受专属权益', width / 2, 320)
+      ctx.fillText('扫码加入训练营', width / 2, 320)
       // 二维码占位区(生产环境接入 getwxacodeunlimit 后绘制小程序码)
       ctx.setFillStyle('#FFFFFF')
       this.roundRect(ctx, width / 2 - 45, 340, 90, 90, 8)

+ 1 - 1
train-frontend/pages/share/stats.vue

@@ -22,7 +22,7 @@
       <text class="tip-desc">1. 在我的海报页复制专属邀请码</text>
       <text class="tip-desc">2. 把海报/邀请码分享给朋友</text>
       <text class="tip-desc">3. 朋友报名时填写邀请码并完成付费</text>
-      <text class="tip-desc">4. 你将自动获得一张私教激励卡券</text>
+      <text class="tip-desc">4. 你将自动获得一张训练营积分</text>
     </view>
 
     <view class="poster-link" @click="goPoster">

+ 1 - 1
train-frontend/pages/survey/index.vue

@@ -75,7 +75,7 @@ export default {
       })
     },
     couponTypeLabel(type) {
-      var map = { etotem: '测评兑换卡', L1: 'L1课程券' }
+      var map = { etotem: '测评兑换卡' }
       return map[type] || type
     }
   }