|
@@ -21,7 +21,9 @@
|
|
|
<el-radio class="event3" label="giftSmart1Y" border>贈送智慧評分一年</el-radio>
|
|
|
<el-radio class="event4" label="gifCollaboration3M" border>贈送協作三個月</el-radio>
|
|
|
<el-radio class="event4" label="gifCollaboration1Y" border>贈送協作一年</el-radio>
|
|
|
- <el-radio label="gifAIGPT1Y" border>贈送AIGPT一年</el-radio>
|
|
|
+ <el-radio class="event5" label="gifAIGPT1Y" border>贈送AI/GPT一年</el-radio>
|
|
|
+ <el-radio class="event5" label="gifAIGPT3M" border>贈送AI/GPT三個月</el-radio>
|
|
|
+ <el-radio class="event5" label="gifAIGPT6M" border>贈送AI/GPT六個月</el-radio>
|
|
|
<el-radio label="gifVoiceToText1Y" border>贈送語音轉錄文字一年</el-radio>
|
|
|
<el-radio label="gifAITXTAnalysis3M" border>贈送AI文句分析三個月</el-radio>
|
|
|
<el-radio label="hiteachBookSPLicense" border>HiTeach專書贈送授權</el-radio>
|
|
@@ -465,6 +467,28 @@ const setEventType = (type)=>{
|
|
|
crtCouponForm.info[2].l = 'en-us'
|
|
|
crtCouponForm.info[2].u = 'https://www.habook.com/en/'
|
|
|
break
|
|
|
+ case 'gifAIGPT3M':
|
|
|
+ crtCouponForm.couponType = 'Event'
|
|
|
+ crtCouponForm.eventName = 'gifAIGPT3M'
|
|
|
+ crtCouponForm.rule[0].b = '901014'
|
|
|
+ crtCouponForm.info[0].l = 'zh-tw'
|
|
|
+ crtCouponForm.info[0].u = 'https://www.habook.com/zh-tw'
|
|
|
+ crtCouponForm.info[1].l = 'zh-cn'
|
|
|
+ crtCouponForm.info[1].u = 'https://www.habook.com.cn/'
|
|
|
+ crtCouponForm.info[2].l = 'en-us'
|
|
|
+ crtCouponForm.info[2].u = 'https://www.habook.com/en/'
|
|
|
+ break
|
|
|
+ case 'gifAIGPT6M':
|
|
|
+ crtCouponForm.couponType = 'Event'
|
|
|
+ crtCouponForm.eventName = 'gifAIGPT6M'
|
|
|
+ crtCouponForm.rule[0].b = '901015'
|
|
|
+ crtCouponForm.info[0].l = 'zh-tw'
|
|
|
+ crtCouponForm.info[0].u = 'https://www.habook.com/zh-tw'
|
|
|
+ crtCouponForm.info[1].l = 'zh-cn'
|
|
|
+ crtCouponForm.info[1].u = 'https://www.habook.com.cn/'
|
|
|
+ crtCouponForm.info[2].l = 'en-us'
|
|
|
+ crtCouponForm.info[2].u = 'https://www.habook.com/en/'
|
|
|
+ break
|
|
|
case 'gifVoiceToText1Y':
|
|
|
crtCouponForm.couponType = 'Event'
|
|
|
crtCouponForm.eventName = 'gifVoiceToText1Y'
|
|
@@ -533,6 +557,8 @@ const ruleBList = [
|
|
|
{ label: "小組協作(三個月)", val: "901011"},
|
|
|
{ label: "AI文句分析(三個月)", val: "901012"},
|
|
|
{ label: "Web IRS 50人 (一年)", val: "901013"},
|
|
|
+ { label: "AI GPT(三個月)", val: "901014"},
|
|
|
+ { label: "AI GPT(六個月)", val: "901015"},
|
|
|
]
|
|
|
|
|
|
const crtCouponForm = reactive({
|
|
@@ -1043,7 +1069,10 @@ const copyDocument = (data) => {
|
|
|
background-color: #66bb6a;
|
|
|
color: #fff;
|
|
|
}
|
|
|
-
|
|
|
+.event5{
|
|
|
+ background-color: #607d8b;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
.ruleBox{
|
|
|
display: flex;
|
|
|
flex-direction: row;
|