Commit 8a0b062c authored by 杨梦雪's avatar 杨梦雪

定制填写资料

parent e6812886
...@@ -21,11 +21,17 @@ ...@@ -21,11 +21,17 @@
<el-button v-else @click="paying()">立即支付 </el-button> <el-button v-else @click="paying()">立即支付 </el-button>
</div> </div>
</div> </div>
<div> <div>
<div class="pay_bottom" v-if="$store.state.human == 1&&$store.state.indexIdentity == '6c6884d1c83040ee8ca17736a8d67b93'"> <!-- 清华大学人文学院 “中国现当代文学经典研读”学分课程 -->
<div class="cc"> <div
<span class="starIcon">*</span>注意事项: class="pay_bottom"
</div> v-if="
$store.state.human == 1 &&
$store.state.indexIdentity == '6c6884d1c83040ee8ca17736a8d67b93'
"
>
<div class="cc"><span class="starIcon">*</span>注意事项:</div>
<div> <div>
请参照清华大学人文学院“中国现当代文学经典研读”学分课程简章中缴费方式。 请参照清华大学人文学院“中国现当代文学经典研读”学分课程简章中缴费方式。
<span class="cc">汇款或扫码支付后请务必保留付款截图</span> <span class="cc">汇款或扫码支付后请务必保留付款截图</span>
...@@ -33,46 +39,33 @@ ...@@ -33,46 +39,33 @@
<div> <div>
1、银行转账汇款时,请在附言/用途栏中注明 "21069363022 +学员姓名"。 1、银行转账汇款时,请在附言/用途栏中注明 "21069363022 +学员姓名"。
</div> </div>
<div> <div>2、扫码支付时,请在备注栏中注明“学员姓名”。</div>
2、扫码支付时,请在备注栏中注明“学员姓名”。 <div>3、未满18岁的学员,缴费请由家长支付。</div>
</div>
<div>
3、未满18岁的学员,缴费请由家长支付。
</div>
</div> </div>
<div class="pay_bottom" v-else-if="$store.state.human == 1&&$store.state.indexIdentity == '479205eb2dbf48fcbbeaee710a9b9d24'"> <!-- 清华历史课“中国历史通解”(第二期)学分课程 -->
<div class="cc"> <div
<span class="starIcon">*</span>注意事项: class="pay_bottom"
</div> v-else-if="
<div> $store.state.human == 1 &&
1、支付成功后请务必保留付款截图。 $store.state.indexIdentity == '479205eb2dbf48fcbbeaee710a9b9d24'
</div> "
>
<div class="cc"><span class="starIcon">*</span>注意事项:</div>
<div>1、支付成功后请务必保留付款截图。</div>
<div> <div>
2、银行转账汇款时,请在附言/用途栏中注明“22069363005+学员姓名”。 2、银行转账汇款时,请在附言/用途栏中注明“22069363005+学员姓名”。
</div> </div>
<div> <div>3、未满18岁的学员,缴费请由家长支付。</div>
3、未满18岁的学员,缴费请由家长支付。 <div class="cc" style="margin-top: 10px">
</div>
<div class="cc" style="margin-top: 10px;">
<span class="starIcon">*</span>汇款信息: <span class="starIcon">*</span>汇款信息:
</div> </div>
<div> <div>收款单位:清华大学</div>
收款单位:清华大学 <div>帐号:0200004509089131550</div>
</div> <div>开户行:工行北京分行海淀西区支行</div>
<div> <div>附言/用途:请在附言栏中注明“22069363005+学员姓名”</div>
帐号:0200004509089131550
</div>
<div>
开户行:工行北京分行海淀西区支行
</div>
<div>
附言/用途:请在附言栏中注明“22069363005+学员姓名”
</div>
</div> </div>
<div v-else class="pay_bottom"> <div v-else class="pay_bottom">
<div class="cc"> <div class="cc"><span class="starIcon">*</span>注意事项:</div>
<span class="starIcon">*</span>注意事项:
</div>
<div> <div>
1、学生支付完成后请不要立即关闭浏览器,等待支付完成返回本页面,以确认支付完成。 1、学生支付完成后请不要立即关闭浏览器,等待支付完成返回本页面,以确认支付完成。
</div> </div>
...@@ -773,11 +766,11 @@ export default { ...@@ -773,11 +766,11 @@ export default {
font-weight: 500; font-weight: 500;
color: #999999; color: #999999;
line-height: 21px; line-height: 21px;
.cc{ .cc {
font-weight: 600; font-weight: 600;
color: black; color: black;
} }
.starIcon{ .starIcon {
color: red; color: red;
} }
} }
......
This diff is collapsed.
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
// export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket // export const SERVER_WS_URL = 'wss://api1.testgate.cn' // websocket
// 正式 // 正式
export const SERVER_URL = "https://api.campcenter.cn/"; // 正式环境 // export const SERVER_URL = "https://api.campcenter.cn/"; // 正式环境
export const DEVELOPMENT_SERVER_URL = "https://api.campcenter.cn/"; //开发环境 // export const DEVELOPMENT_SERVER_URL = "https://api.campcenter.cn/"; //开发环境
export const SERVER_WS_URL = "wss://api.campcenter.cn"; // websocket // export const SERVER_WS_URL = "wss://api.campcenter.cn"; // websocket
// 测试 // 测试
// export const SERVER_URL = "https://ying-test.campcenter.cn"; // 正式环境 export const SERVER_URL = "https://ying-test.campcenter.cn"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "https://ying-test.campcenter.cn/"; //开发环境 export const DEVELOPMENT_SERVER_URL = "https://ying-test.campcenter.cn/"; //开发环境
// export const SERVER_WS_URL = "wss://ying-test.campcenter.cn"; // websocket export const SERVER_WS_URL = "wss://ying-test.campcenter.cn"; // websocket
...@@ -142,12 +142,16 @@ function checkCam(code, cb) { ...@@ -142,12 +142,16 @@ function checkCam(code, cb) {
window.localStorage.setItem("bank_idcard" + code, res.data.bank_idcard); //银行卡号 window.localStorage.setItem("bank_idcard" + code, res.data.bank_idcard); //银行卡号
} }
store.state.info = res.data; store.state.info = res.data;
if (res.data.is_qinghua==1) { if (res.data.is_qinghua == 1) {
store.state.human = 1; store.state.human = 1;
} }
if (res.data.base_school==1) { if (res.data.base_school == 1) {
store.state.baseSchool = 1; store.state.baseSchool = 1;
} }
// 分营地填写资料字段
if (res.data.config_json != null) {
store.state.configJson = res.data.config_json;
}
cb && cb(true); cb && cb(true);
}).catch(() => { }).catch(() => {
......
...@@ -16,6 +16,7 @@ let state = { ...@@ -16,6 +16,7 @@ let state = {
indexIdentity:"", indexIdentity:"",
human:0,//清华人文学院 human:0,//清华人文学院
baseSchool:0,//基地 baseSchool:0,//基地
configJson: {}, //分营地填写资料字段
work_context:"", work_context:"",
enclosure_url:"", enclosure_url:"",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment