825 lines
50 KiB
Plaintext
825 lines
50 KiB
Plaintext
<!--pages/projectDetails/projectDetails.wxml-->
|
|
<header-Nav wx:if="{{ isadmission }}" newHeadOperate="{{ true }}" showTab="project" class="header-nav" bgcolor="{{ !sideFixed ? 'transparent' : '#fbfbfb' }}" user="{{ user }}" disciplineid="{{ info.disciplineid }}"></header-Nav>
|
|
<header-Nav wx:else newHeadOperate="{{ true }}" showTab="project" class="header-nav" bgcolor="#fff" user="{{ user }}" disciplineid="{{ info.disciplineid }}"></header-Nav>
|
|
|
|
|
|
<view class="head-box {{ isadmission ? 'isadmission' : '' }}" style="padding-top: {{ totalTopHeight + 15 }}px">
|
|
<view class="name">{{ info.program_zh }}</view>
|
|
<view class="english">{{ info.program_en }}</view>
|
|
<view class="school flexacenter">
|
|
<view class="black flexacenter" bind:tap="goPage" data-url="/pages/projectSchoolHomepage/projectSchoolHomepage?id={{ info.sid }}">
|
|
<image class="icon" src="{{ info.schoollogo }}" mode="heightFix"></image>
|
|
{{ info.schoolname || '' }}
|
|
<image class="arrows" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/arrows-circle-yellow-green.svg"></image>
|
|
</view>
|
|
<view class="line" wx:if="{{ info.academic_unit[0] }}">|</view>
|
|
<view class="flexacenter black" bind:tap="goDepartment">
|
|
{{ info.academic_unit[0]['academic_unit_zh'] }}
|
|
<image class="arrows" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/arrows-circle-yellow-green.svg"></image>
|
|
</view>
|
|
<view class="line" wx:if="{{ info.academic_unit[1] }}">|</view>
|
|
<block wx:if="{{ info.academic_unit[1] }}">{{ info.academic_unit[1]['academic_unit_zh'] }}</block>
|
|
<view class="line" wx:if="{{ info.academic_unit[2] }}">|</view>
|
|
<block wx:if="{{ info.academic_unit[2] }}">{{ info.academic_unit[2]['academic_unit_zh'] }}</block>
|
|
</view>
|
|
<view bind:tap="goPage" data-url="/pages/webview/webview?url={{ admissionofficerin[0]['url'] }}" class="answer flexacenter" wx:if="{{ answerType == 1 }}">
|
|
<view class="left flexcenter">
|
|
<image class="bj" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/answer-questions-bj.svg"></image>
|
|
<image class="icon" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/answer-questions-text.png"></image>
|
|
</view>
|
|
<view class="right flexacenter">
|
|
<image class="bj" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/answer-questions-right-bj.svg"></image>
|
|
<view class="text">
|
|
<view class="state">{{ item.date || '长期答疑'}}</view>
|
|
{{ admissionofficerin[0]['title'] }}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view bind:tap="goPage" data-url="/pages/webview/webview?url={{ admissionofficerin[0]['url'] }}" class="about-start flexacenter" wx:if="{{ answerType == 2 }}">
|
|
<view class="left flexacenter flex1">
|
|
<view class="left-text flexacenter">
|
|
<view class="icon">宣讲会</view>
|
|
{{ admissionofficerin[0]['title'] }}
|
|
</view>
|
|
</view>
|
|
|
|
<view class="right flexflex ">
|
|
<image class="aperture" src="https://app.gter.net/image/miniApp/offer/aperture-icon.png" mode="widthFix"></image>
|
|
<view class="text">
|
|
<image class="icon icon2" src="https://app.gter.net/image/miniApp/offer/about-start-text-w.png" mode="widthFix"></image>
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/about-start-text.png" mode="widthFix"></image>
|
|
</view>
|
|
<view class="count-down flexacenter">
|
|
<view class="item flexcenter">{{ countDown.days }}</view>
|
|
<view class="sky">天</view>
|
|
<view class="item flexcenter">{{ countDown.hours }}</view>
|
|
<view class="colon">:</view>
|
|
<view class="item flexcenter">{{ countDown.minutes }}</view>
|
|
<view class="colon">:</view>
|
|
<view class="item flexcenter">{{ countDown.seconds }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="main flexflex" style="min-height: calc(100vh - {{ headHeight - rpx30 }}px)">
|
|
<view class="side-box">
|
|
<view class="side {{ sideFixed ? 'sideFixed' : '' }}" style="top: {{ sideFixed ? totalTopHeight : 0 }}px;">
|
|
<view class="side-fill {{ sideKey == 'basic' ? 'side-fill-white' : '' }}"></view>
|
|
<view class="item flexcenter {{ index == sideKey ? 'pitch' : '' }}" wx:for="{{ side }}" bind:tap="handSide" data-key="{{ index }}" wx:key="index">
|
|
<view class="text">{{ item }}
|
|
<view wx:if="{{ sideNum[index] }}" class="red-amount {{ sideNum[index] < 10 ? 'red-round' : '' }}">{{ sideNum[index] }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="height: 100%" class="details-box flex1">
|
|
<!-- <view class="side-item" data-type="pivotal">
|
|
<block wx:if="{{ urls.length != 0 && answerType == 0 }}">
|
|
<image class="quick-answer" src="https://app.gter.net/image/miniApp/offer/quick-answer.png" mode="widthFix" bind:tap="cutQuickAnswer"></image>
|
|
<view class="borderTop"></view>
|
|
</block>
|
|
<view class="semester-box flexacenter ">
|
|
<view class="text gray {{ info.semesterState ? 'semester' : '' }}">{{ info.semester.text || '' }}</view>
|
|
{{ info.semesterState ? "本项目招生信息已更新为" + (info.semester.text || '') : "学校尚未更新招生信息,请参考" + (info.semester.text || '') + "内容" }}
|
|
</view>
|
|
|
|
<view class="distinctive flexflex" wx:if="{{ info.distinctive }}">
|
|
<image class="img" src="https://app.gter.net/image/miniApp/offer/double-quotation-marks.png" mode="widthFix"></image>
|
|
<view class="flex1">{{ info.distinctive }}</view>
|
|
</view>
|
|
|
|
<view class="label flexflex">
|
|
<view class="item" wx:for="{{ info.tags }}" wx:key="index">{{ item }}</view>
|
|
</view>
|
|
|
|
<view wx:if="{{ info.rankings && info.rankings.length != 0 }}" class="key-ranking block">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/major-icon.png" mode="widthFix"></image>
|
|
<view class="list">
|
|
<view class="item flex1" wx:for="{{ info.rankings }}" wx:key="index" bind:tap="goProjectList" data-index="{{ index }}">
|
|
<view class="quantity">{{ item.rank }}</view>
|
|
<view class="ranking-name">
|
|
{{ rankingKey[item.system] || item.system }}
|
|
<image wx:if="{{ item.system == 'QS' }}" class="ranking-icon" src="https://app.gter.net/image/miniApp/offer/triangle-QS.svg" mode="widthFix"></image>
|
|
<image wx:if="{{ item.system == 'Times Higher Education' }}" class="ranking-icon" src="https://app.gter.net/image/miniApp/offer/triangle-TIMES.svg" mode="widthFix"></image>
|
|
<image wx:if="{{ item.system == 'U.S. News' }}" class="ranking-icon" src="https://app.gter.net/image/miniApp/offer/triangle-US-News.svg" mode="widthFix"></image>
|
|
<image wx:if="{{ item.system == 'Shanghai Ranking' }}" class="ranking-icon" src="https://app.gter.net/image/miniApp/offer/triangle-Soft.svg" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="tuition block flexcenter">
|
|
<view class="unit">{{ info.tuition_currency || 'HK$' }}</view>
|
|
<view class="text">总学费</view>
|
|
<view class="number">{{ info.tuition_fee_text || '待确认' }}</view>
|
|
</view>
|
|
<view class="language-bonuses flexflex" wx:if="{{ info.scholarshipText || info.language_of_instruction_text }}">
|
|
<view class="item flex1 block">
|
|
<view class="name">{{ info.language_of_instruction_text || '-' }}</view>
|
|
<view class="value">教学语言</view>
|
|
</view>
|
|
<view class="item flex1 block">
|
|
<view class="name">{{ info.scholarshipText || '-' }}</view>
|
|
<view class="value">奖学金</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="application-schedule block">
|
|
<view class="list">
|
|
<view class="time flexflex">
|
|
<view class="item flex1">
|
|
<view class="name">{{ info.application_start || '-' }}</view>
|
|
<view class="value">开始申请日期</view>
|
|
</view>
|
|
<view class="item flex1">
|
|
<view class="name">{{ info.application_end || '-' }}</view>
|
|
<view class="value">截止申请日期</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="demand block" wx:if="{{ info.scoresList.length != 0 }}">
|
|
<template is="demand" data="{{ list: info.scoresList }}"></template>
|
|
</view>
|
|
</view> -->
|
|
|
|
<view wx:if="{{ side.basic }}" class="side-item" data-type="basic">
|
|
<view class="side-head flexcenter side-head-no-bottom">基本信息</view>
|
|
<block wx:if="{{ urls.length != 0 && answerType == 0 }}">
|
|
<image class="quick-answer" src="https://app.gter.net/image/miniApp/offer/quick-answer.png" mode="widthFix" bind:tap="cutQuickAnswer"></image>
|
|
<view class="borderTop"></view>
|
|
</block>
|
|
<view class="" style="margin-bottom: 60rpx;">
|
|
<view class="semester-box flexacenter " wx:if="{{ newest }}">
|
|
<view class="text gray semester">{{ newest || '' }}</view>
|
|
本项目招生信息已更新为{{ newest || '' }}
|
|
</view>
|
|
<view class="distinctive flexflex" wx:if="{{ info.distinctive }}">
|
|
<image class="img" src="https://app.gter.net/image/miniApp/offer/double-quotation-marks.png" mode="widthFix"></image>
|
|
<view class="flex1">{{ info.distinctive }}</view>
|
|
</view>
|
|
|
|
<view class="label flexflex" wx:if="{{ info.tags.length != 0 }}">
|
|
<view class="item" wx:for="{{ info.tags }}" wx:key="index">{{ item }}</view>
|
|
</view>
|
|
</view>
|
|
|
|
<template is="item-header" data="{{ text: '学科领域' }}"></template>
|
|
<view class="discipline block">
|
|
<view class="discipline-title">{{ discipline.name }}</view>
|
|
<navigator hover-class="none" url="/pages/projectSubjectList/projectSubjectList?id={{ discipline.id }}" class="discipline-btn flexacenter">
|
|
<view class="text flex1">该学科领域的其他项目</view>
|
|
<view class="sum">{{ discipline.count }}</view>
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/arrows-circle-green.svg" mode="widthFix"></image>
|
|
</navigator>
|
|
</view>
|
|
<block wx:if="{{ info.rankings && info.rankings.length != 0 }}">
|
|
<template is="item-header" data="{{ text: '专业排名', type: 'rankings' }}"></template>
|
|
<view class="ranking">
|
|
<view class="item flexflex" wx:for="{{ info.rankings }}" wx:key="index" bind:tap="goProjectList" data-index="{{ index }}">
|
|
<view class="rank flexflex">
|
|
<view class="number {{ rankingsObj[item.system].alias }}">
|
|
{{ item.rank }}
|
|
<image wx:if="{{ item.system == 'QS' }}" class="triangle" src="https://app.gter.net/image/miniApp/offer/triangle-qs.svg" mode="widthFix"></image>
|
|
<image wx:if="{{ item.system == 'Shanghai Ranking' }}" class="triangle" src="https://app.gter.net/image/miniApp/offer/triangle-rk.svg" mode="widthFix"></image>
|
|
<image wx:if="{{ item.system == 'Times Higher Education' }}" class="triangle" src="https://app.gter.net/image/miniApp/offer/triangle-ti.svg" mode="widthFix"></image>
|
|
<image wx:if="{{ item.system == 'U.S. News' }}" class="triangle" src="https://app.gter.net/image/miniApp/offer/triangle-us.svg" mode="widthFix"></image>
|
|
</view>
|
|
<view class="name">{{ rankingKey[item.system] || item.system }}</view>
|
|
</view>
|
|
<view class="box flex1">
|
|
<view class="itemm flexacenter">
|
|
<view class="key">年份:</view>
|
|
<view class="value flex1">{{ item.year }}</view>
|
|
</view>
|
|
<view class="itemm flexacenter">
|
|
<view class="key">学科:</view>
|
|
<view class="value flex1">{{ item.subject }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="ps">
|
|
<view class="title">P.S. </view>
|
|
<view class="text">某些学科属跨学科专业(如建筑师兼顾工学和艺术学),系统自动从排名分类里找到最接近的进行展示。</view>
|
|
</view>
|
|
</block>
|
|
<block wx:if="{{ detailsInfo.introduction }}">
|
|
<template is="item-header" data="{{ text: '项目简介' }}"></template>
|
|
<view class="block">
|
|
<project-show-text className="intro_zh" text="{{ detailsInfo.introduction || ' - ' }}"></project-show-text>
|
|
</view>
|
|
</block>
|
|
<block wx:if="{{ isAccreditation }}">
|
|
<template is="item-header" data="{{ text: '专业资格认证' }}"></template>
|
|
<view class="block accreditation">
|
|
<block wx:for="{{ accreditation }}" wx:key="index">
|
|
<view class="accreditation-item" wx:if="{{ item.list.length != 0 }}">
|
|
<view class="title flexacenter">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/triangle-red.svg" mode="widthFix"></image>
|
|
{{ item.title }}
|
|
</view>
|
|
<view class="list">
|
|
<view class="item flexacenter" wx:for="{{ item.list }}" wx:key="index">
|
|
<image class="dot" src="https://app.gter.net/image/miniApp/offer/dot-green.svg" mode="widthFix"></image>
|
|
<view class="flex1">{{ item.body_full_zh }}({{ item.body_abbr }})</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
|
|
<view class="side-item" data-type="apply">
|
|
<view class="side-head flexcenter">申请信息</view>
|
|
|
|
<view class="apply-btn flexacenter">
|
|
<view class="btn flexacenter" bind:tap="cutApplyState">
|
|
<view class="text flex1">- {{ admissionsObj.season }}申请信息 -</view>
|
|
<view class="btn-right flexcenter {{ applyListState ? 'btn-right-show' : '' }}">
|
|
<image class="arrows" src="https://app.gter.net/image/miniApp/offer/triangle-white.svg" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
|
|
<block wx:if="{{ applyListState }}">
|
|
<view class="apply-mask" bind:tap="cutApplyState"></view>
|
|
<view class="apply-list">
|
|
<view class="apply-item flexacenter {{ item.id == admissionsObj.id ? 'pitch' : ''}}" wx:for="{{ admissions }}" bind:tap="cutApplyIndex" data-id="{{ item.id }}" wx:key="index">
|
|
<view class="dot"></view>
|
|
<view class="text">{{ item.season }}申请信息</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
|
|
<template is="item-header" data="{{ text: '申请日程' }}"></template>
|
|
<view class="application-schedule block">
|
|
<view class="list" wx:for="{{ admissionsObj.interviewRounds }}" wx:key="index">
|
|
<view class="index flexacenter" wx:if="{{ admissionsObj.interviewRounds.length != 1 }}">
|
|
<view class="sum flexcenter">{{ index + 1 }}</view>
|
|
{{ item.text }}
|
|
</view>
|
|
<view class="time flexflex">
|
|
<view class="item flex1">
|
|
<view class="name">{{ admissionsObj.application_start || '-' }}</view>
|
|
<view class="value">开始申请日期</view>
|
|
</view>
|
|
<view class="item flex1">
|
|
<view class="name">{{ item.time || '-' }}</view>
|
|
<view class="value">截止申请日期</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="else" wx:if="{{ admissionsObj.result_time }}">
|
|
<!-- <view class="item flexacenter" wx:if="{{ info.interview_date }}">
|
|
<view class="name">面试时间:</view>
|
|
<view class="value flex1">{{ info.interview_date }}</view>
|
|
</view> -->
|
|
<view class="item flexacenter" wx:if="{{ admissionsObj.result_time }}">
|
|
<view class="name">结果通知时间:</view>
|
|
<view class="value flex1">{{ admissionsObj.result_time }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<block wx:if="{{ !isNoRequire }}">
|
|
<template is="item-header" data="{{ text: '最低入学要求' }}"></template>
|
|
<view class="demand block {{ demandState != 0 ? 'arrowShow' : '' }} {{ demandState == 2 ? 'demandShow' : '' }}">
|
|
<text class="text" user-select="{{ true }}">{{ admission_requirementsObj.basic_requirements }}</text>
|
|
<view class="demand-content" wx:if="{{ admission_requirementsObj.language_requirements.length != 0 }}">
|
|
<template is="demand" wx:for="{{ admission_requirementsObj.language_requirements }}" wx:key="index" data="{{ item }}"></template>
|
|
</view>
|
|
<view class="demand-bottom flexcenter {{ demandState == 2 ? 'demandShow' : '' }}" bind:tap="cutDemandState" wx:if="{{ demandState != 0 }}">
|
|
<image class="bottom-icon" src="https://app.gter.net/image/miniApp/offer/arrow-circle-gray.png" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
|
|
<block wx:if="{{ documents.length != 0 }}">
|
|
<template is="item-header" data="{{ text: '必要文件' }}"></template>
|
|
<document-box documents="{{ documents }}" bind:bindchange="getHeadHeight"></document-box>
|
|
</block>
|
|
|
|
<template is="item-header" data="{{ text: '费用' }}"></template>
|
|
<view class="tuition block flexcenter" style="margin-bottom: {{ admissionsObj.fee_remarks ? 16 : 60 }}rpx">
|
|
<view class="left flexcenter flex1">
|
|
<view class="unit">{{ admissionsObj.tuition_currency || 'HK$' }}</view>
|
|
<view class="number">{{ admissionsObj.tuition_fee_text || '待确认' }}</view>
|
|
<view class="text">总学费</view>
|
|
</view>
|
|
<view class="tuition-details" wx:if="{{ admissionsObj.tuition_fee_per_credit_text || admissionsObj.application_fee_text || admissionsObj.admission_deposit_text }}">
|
|
<view class="tuition-item flexacenter" wx:if="{{ admissionsObj.tuition_fee_per_credit_text }}">
|
|
<view class="key">每学分学费</view>
|
|
<view class="value">{{ admissionsObj.tuition_fee_per_credit_text }}</view>
|
|
</view>
|
|
<view class="tuition-item flexacenter" wx:if="{{ admissionsObj.application_fee_text }}">
|
|
<view class="key">申请费</view>
|
|
<view class="value">{{ admissionsObj.application_fee_text }}</view>
|
|
</view>
|
|
<view class="tuition-item flexacenter" wx:if="{{ admissionsObj.admission_deposit_text }}">
|
|
<view class="key">入学保证金</view>
|
|
<view class="value">{{ admissionsObj.admission_deposit_text }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="tuition-remark" wx:if="{{ admissionsObj.fee_remarks }}">
|
|
<view class="head flexacenter">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/p.s.-icon.png" mode="widthFix"></image>
|
|
P.S.
|
|
</view>
|
|
{{ admissionsObj.fee_remarks }}
|
|
</view>
|
|
|
|
<block wx:if="{{ scholarships.length }}">
|
|
<template is="item-header" data="{{ text: '奖学金' }}"></template>
|
|
<view class="block scholarships magb30" wx:for="{{ scholarships }}" wx:key="index">
|
|
<view class="name-en">{{ item.scholarship_name }}</view>
|
|
<view class="name-zh">奖学金名称</view>
|
|
<view class="text">{{ item.description }}</view>
|
|
<view class="radius flexacenter">
|
|
<view class="key">适用范围</view>
|
|
<view class="value">{{ item.is_local_eligible ? '本地生适用' : '' }}{{ item.is_local_eligible && item.is_nonlocal_eligible ? '、' : ''}}{{ item.is_nonlocal_eligible ? '非本地生适用' : '' }}</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
|
|
<!-- 取消 -->
|
|
<!-- <block wx:if="{{ info.selection_criteria }}">
|
|
<template is="item-header" data="{{ text: '录取选择标准' }}"></template>
|
|
<view class="block">
|
|
<project-show-text className="selection_criteria" text="{{ info.selection_criteria || '- 暂无 -' }}"></project-show-text>
|
|
</view>
|
|
</block> -->
|
|
|
|
<!-- 取消 -->
|
|
<!-- <block wx:if="{{ info.recent_admission }}">
|
|
<template is="item-header" data="{{ text: '近期录取信息' }}"></template>
|
|
<view class="block">
|
|
<project-show-text className="recent_admission" text="{{ info.recent_admission || '- 暂无 -' }}"></project-show-text>
|
|
</view>
|
|
</block> -->
|
|
</view>
|
|
|
|
<view class="side-item" data-type="attend">
|
|
<view class="side-head flexcenter">就读信息</view>
|
|
|
|
<template is="item-header" data="{{ text: '学习模式' }}"></template>
|
|
<view class="pattern block">
|
|
<view class="tab flexacenter">
|
|
<view class="item flex1 flexcenter {{ studyMode == 'ft' ? 'pitch' : '' }}" bind:tap="cutStudyMode" data-type="ft">全日制</view>
|
|
<view class="item flex1 flexcenter {{ studyMode == 'pt' ? 'pitch' : '' }}" bind:tap="cutStudyMode" data-type="pt">兼读制</view>
|
|
</view>
|
|
|
|
<view wx:if="{{ studyMode == 'ft' }}" class="introduce flexflex">
|
|
<view class="item flex1">
|
|
<view class="value">{{ detailsInfo.language_of_instruction_text || '-' }}</view>
|
|
<view class="name">教学语言</view>
|
|
</view>
|
|
<view class="item flex1">
|
|
<view class="value">{{ detailsInfo.full_time_normal_year ? (detailsInfo.full_time_normal_year + '年') : '-' }}</view>
|
|
<view class="name">正常学习时长</view>
|
|
</view>
|
|
<view class="item flex1">
|
|
<view class="value">{{ detailsInfo.full_time_maximum_year ? (detailsInfo.full_time_maximum_year + '年') : '待确认' }}</view>
|
|
<view class="name">最长学习时长</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view wx:else class="introduce flexflex">
|
|
<view class="item flex1">
|
|
<view class="value">{{ detailsInfo.language_of_instruction_text || '-' }}</view>
|
|
<view class="name">教学语言</view>
|
|
</view>
|
|
<view class="item flex1">
|
|
<view class="value">{{ detailsInfo.part_time_normal_year ? (detailsInfo.part_time_normal_year + '年') : '-' }}</view>
|
|
<view class="name">正常学习时长</view>
|
|
</view>
|
|
<view class="item flex1">
|
|
<view class="value">{{ detailsInfo.part_time_maximum_year ? (detailsInfo.part_time_maximum_year + '年') : '待确认' }}</view>
|
|
<view class="name">最长学习时长</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<block wx:if="{{ detailsInfo.class_schedule }}">
|
|
<template is="item-header" data="{{ text: '上课时间' }}"></template>
|
|
<view class="block">
|
|
<project-show-text className="time_of_class" text="{{ detailsInfo.class_schedule || '- 暂无 -' }}"></project-show-text>
|
|
</view>
|
|
</block>
|
|
|
|
<template wx:if="{{ course.required.length != 0 || course.elective.length != 0 }}" is="item-header" data="{{ text: '课程设置' }}"></template>
|
|
|
|
<template wx:if="{{ course.required.length != 0 }}" is="table" data="{{ data: course.required, title: '必修科目', count: course.requiredCount }}"></template>
|
|
|
|
<template wx:if="{{ course.elective.length != 0 }}" is="table" data="{{ data: course.elective, title: '选修科目' }}"></template>
|
|
|
|
<view class="link block" wx:if="{{ admissionsObj.catalog_url }}">
|
|
<view class="title">申请页项目详情</view>
|
|
<view class="text">{{ admissionsObj.catalog_url }}</view>
|
|
<view class="btn flexcenter" bind:tap="copy" data-text="{{ admissionsObj.catalog_url }}">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/copy-icon.png" mode="widthFix"></image>
|
|
复制链接
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="side-item" data-type="graduate">
|
|
<view class="side-head flexcenter">毕业&就业</view>
|
|
|
|
<block wx:if="{{ info.award_zh }}">
|
|
<template is="item-header" data="{{ text: '学位' }}"></template>
|
|
<view class="degree block">
|
|
<view class="title flexcenter">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/name-bj.svg" mode="widthFix">
|
|
</image>
|
|
学位名称
|
|
</view>
|
|
<view class="name">{{ info.award_zh }}</view>
|
|
<view class="english">{{ info.award_en }}</view>
|
|
</view>
|
|
</block>
|
|
|
|
<block wx:if="{{ detailsInfo.graduation_requirements }}">
|
|
<template is="item-header" data="{{ text: '毕业要求' }}"></template>
|
|
<view class="block">
|
|
<project-show-text className="graduation_requirements" text="{{ detailsInfo.graduation_requirements || '- 暂无 -' }}"></project-show-text>
|
|
</view>
|
|
</block>
|
|
|
|
<template wx:if="{{ detailsInfo.career_fields.length != 0 || detailsInfo.typical_employers.length != 0 || detailsInfo.career_positions.length != 0 }}" is="item-header" data="{{ text: '历届毕业生就业方向' }}"></template>
|
|
<view class="block magb30" wx:if="{{ detailsInfo.career_fields.length != 0 }}">
|
|
<project-show-text titleName="就业领域" className="domains" text="{{ detailsInfo.career_fields || '- 暂无 -' }}"></project-show-text>
|
|
</view>
|
|
|
|
<view class="block magb30" wx:if="{{ detailsInfo.typical_employers.length != 0 }}">
|
|
<project-show-text titleName="主要雇主名单" className="employers" text="{{ detailsInfo.typical_employers || '- 暂无 -' }}"></project-show-text>
|
|
</view>
|
|
|
|
<view class="block magb30" wx:if="{{ detailsInfo.career_positions.length != 0 }}">
|
|
<project-show-text titleName="职业岗位" className="positions" text="{{ detailsInfo.career_positions || '- 暂无 -' }}"></project-show-text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="side-item" data-type="answers" wx:if="{{ answerquestions.length != 0 }}">
|
|
<template is="item-header" data="{{ text: '招生官答网友问' }}"></template>
|
|
<view class="answer mb40">
|
|
<view class="hint flexflex" wx:if="{{ answerintroduction }}">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/clock-icon.png"></image><text class="flex1">{{ answerintroduction }}</text>
|
|
</view>
|
|
<!-- <scroll-view class="tab flexflex" scroll-x="{{ true }}">
|
|
<view class="tab-item pitch flexcenter">项目概述</view>
|
|
</scroll-view> -->
|
|
|
|
<view class="dialogue">
|
|
<block wx:for="{{ answerquestions }}" wx:key="index">
|
|
<view class="dialogue-left">
|
|
<view class="info flexacenter">
|
|
<image class="avatar" src="https://app.gter.net/image/miniApp/offer/avatar-default.svg"></image>
|
|
寄托网友
|
|
</view>
|
|
<rich-text class="message" nodes="{{ item.q }}"></rich-text>
|
|
</view>
|
|
<view class="dialogue-right">
|
|
<view class="info flexacenter">
|
|
招生官
|
|
<image class="avatar" src="{{ info.schoollogo }}"></image>
|
|
</view>
|
|
<rich-text class="message" nodes="{{ item.a }}"></rich-text>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="side-item" data-type="consult" wx:if="{{ duckProphet || offerShowList.length != 0}}">
|
|
<view class="side-head flexcenter">录取参考</view>
|
|
<block wx:if="{{ duckProphet }}">
|
|
<template is="item-header" data="{{ text: 'Offer观察' }}"></template>
|
|
<survey-box duckProphet="{{ duckProphet }}" newest="{{ newest }}"></survey-box>
|
|
</block>
|
|
|
|
<block wx:if="{{ offerShowList.length != 0 }}">
|
|
<template is="item-header" data="{{ text: '寄托录取参考', type: 'consult' }}"></template>
|
|
<view class="consult-list">
|
|
<navigator class="consult-item" wx:for="{{ offerShowList }}" wx:key="index" target="miniProgram" app-id="wxa9296b07391c2bc7" path="/pages/victoryDetails/victoryDetails?id={{ item.id || item.uniqid }}" hover-class="none">
|
|
<view class="school flexacenter">
|
|
<image class="img" src="{{ item.schoolimage }}" mode="widthFix"></image>
|
|
<view class="flex1">{{ item.schoolname }}</view>
|
|
</view>
|
|
<view class="info-item flexflex" wx:if="{{item.professional}}">
|
|
<view class="info-major">专业</view>
|
|
<view class="info-value flex1 ">{{ item.professional }}</view>
|
|
</view>
|
|
<view class="info-item flexflex" wx:if="{{item.project}}">
|
|
<view class="info-major">项目</view>
|
|
<view class="info-value flex1">{{ item.project }}</view>
|
|
</view>
|
|
<view class="info-item flexacenter" style="align-items: center;font-size: 27rpx;">
|
|
{{ item.semester }}
|
|
<view class="line-between"></view>
|
|
{{ item.degree }}
|
|
<view class="line-between"></view>
|
|
<view class="info-item-results flexacenter results{{ item.apply_resultstatus }}">{{ item.apply_results }}</view>
|
|
</view>
|
|
<view class="info-xiaobox flexacenter" wx:if="{{ item.message }}">
|
|
<view class="info-content one-line-display" wx:if="{{ item.message }}">{{ item.message }}</view>
|
|
</view>
|
|
<view class="bottom flexacenter">
|
|
<view class="bottom-left flexacenter">
|
|
<image class="bottom-avatar" src="{{ item.avatar }}"></image>
|
|
{{ item.timestamp }}
|
|
</view>
|
|
|
|
<!-- 数值 -->
|
|
<view class="numerical-box flexacenter">
|
|
<view class="item-bottom-item flexcenter">
|
|
<image class="item-bottom-icon" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/u884.png"></image>
|
|
{{ item.view || 0 }}
|
|
</view>
|
|
<view class="item-bottom-item flexcenter">
|
|
<image class="item-bottom-icon" mode="widthFix" style="width: 20rpx;" src="https://app.gter.net/image/miniApp/offer/like-icon.png"></image>
|
|
{{ item.likenum || 0 }}
|
|
</view>
|
|
<view class="item-bottom-item flexcenter">
|
|
<image class="item-bottom-icon" mode="widthFix" src="/img/discuss-icon.png"></image>
|
|
{{ item.comments || 0 }}
|
|
</view>
|
|
<view class="item-bottom-item flexcenter">
|
|
<image class="item-bottom-icon" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/bi-icon.png"></image>
|
|
{{ item.reward || 0 }}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</navigator>
|
|
</view>
|
|
<view class="consult-more flexcenter" wx:if="{{ offerPage != 0 }}" bind:tap="moreOfferData">
|
|
加载更多
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/arrow-circle.png" mode="widthFix"></image>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
|
|
<view class="side-item" data-type="issue" wx:if="{{ detailsInfo.faq && detailsInfo.faq.length != 0 }}">
|
|
<view class="side-head flexcenter">常见问题</view>
|
|
|
|
<view class="issue-bj" wx:for="{{ detailsInfo.faq }}" wx:key="index">
|
|
<view class="issue block">
|
|
<view class="index flexcenter">{{ index + 1 }}</view>
|
|
<image class="index-bj" src="https://app.gter.net/image/miniApp/offer/index-bj.svg"></image>
|
|
<view class="title">{{ item.question }}</view>
|
|
<view class="text">{{ item.answer }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view wx:if="{{admissionsObj.leaflet_url || info.website_en || admissionsObj.application_url || admissionsObj.catalog_url }}" class="side-item" data-type="links">
|
|
<view class="side-head flexcenter">相关链接</view>
|
|
<view class="pdf block magb30" wx:if="{{ admissionsObj.leaflet_url }}">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/pdf-icon.svg" mode="widthFix"></image>
|
|
<view class="title">项目宣传册</view>
|
|
<view class="name">{{ admissionsObj.leaflet_name || '-' }}</view>
|
|
<view class="btn flexcenter" bind:tap="openFile" data-url="{{ admissionsObj.leaflet_url }}">打开文件</view>
|
|
</view>
|
|
|
|
<view class="link block magb30" wx:if="{{ admissionsObj.application_url }}">
|
|
<view class="title">研究生院申请页项目详情</view>
|
|
<view class="text">{{ admissionsObj.application_url }}</view>
|
|
<view class="btn flexcenter" bind:tap="copy" data-text="{{ admissionsObj.application_url }}">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/copy-icon.png" mode="widthFix"></image>
|
|
复制链接
|
|
</view>
|
|
</view>
|
|
|
|
<view class="link block magb30" wx:if="{{ info.website_en }}">
|
|
<view class="title">学院网站项目详情</view>
|
|
<view class="text">{{ info.website_en }}</view>
|
|
<view class="btn flexcenter" bind:tap="copy" data-text="{{ info.website_en }}">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/copy-icon.png" mode="widthFix"></image>
|
|
复制链接
|
|
</view>
|
|
</view>
|
|
|
|
<view class="link block magb30" wx:if="{{ admissionsObj.catalog_url }}">
|
|
<view class="title">项目目录项目详情</view>
|
|
<view class="text">{{ admissionsObj.catalog_url }}</view>
|
|
<view class="btn flexcenter" bind:tap="copy" data-text="{{ admissionsObj.catalog_url }}">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/copy-icon.png" mode="widthFix"></image>
|
|
复制链接
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 推荐项目 -->
|
|
<view class="side-item" data-type="recommend">
|
|
<view class="side-head flexcenter">推荐项目</view>
|
|
<template is="item-header" data="{{ text: '推荐项目' }}"></template>
|
|
<view class="recommend-list">
|
|
<view class="item" wx:for="{{ recommendList }}" wx:key="index" bind:tap="goPage" data-url="/pages/projectDetails/projectDetails?uniqid={{ item.uniqid }}">
|
|
<view class="school flexacenter">
|
|
<image class="icon" src="{{ item.schoollogo }}" mode="heightFix"></image>
|
|
{{ item.schoolname }}
|
|
</view>
|
|
<view class="name flex1">{{ item.name_zh }}</view>
|
|
<view class="english">{{ item.name_en }}</view>
|
|
<view class="introduce flexacenter">
|
|
<view class="flexacenter" wx:if="{{ item.rank }}">
|
|
专业排名 <vie class="quantity">{{ item.rank }}</vie>
|
|
</view>
|
|
<view class="flexacenter" wx:if="{{ item.tuition_fee }}">
|
|
<view class="line" wx:if="{{ item.rank }}">|</view> 学费HK$ <vie class="quantity">{{ item.tuition_fee_text }}</vie>
|
|
</view>
|
|
</view>
|
|
<view class="word" wx:if="{{ item.distinctive }}">{{ item.distinctive }}</view>
|
|
<view class="tag flexflex">
|
|
<view class="tag-item admissions" wx:if="{{ item.admissionsproject }}">招生官项目</view>
|
|
<view wx:if="{{ item.semester.text != 'Fall' }}" class="tag-item gray {{ item.semesterState ? 'semester' : '' }}">{{ item.semester.text }}</view>
|
|
<view class="tag-item" wx:for="{{ item.tags }}" wx:key="index">{{ item }}</view>
|
|
</view>
|
|
<view class="btn flexacenter">
|
|
<view class="btn-item flexcenter flex1" catch:tap="goDetails" data-index="{{ index }}">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/check-icon.png" mode="widthFix"></image>
|
|
查看该项目
|
|
</view>
|
|
<view class="btn-item flexcenter flex1" catch:tap="goVs" data-index="{{ index }}">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/vs-circle-black.png" mode="widthFix"></image>
|
|
与该项目对比
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="consult-more flexcenter" wx:if="{{ recommendPage != 0 }}" bind:tap="getRecommendData">
|
|
加载更多
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/arrow-circle.png" mode="widthFix"></image>
|
|
</view>
|
|
</view>
|
|
|
|
<text class="upglide flexcenter" wx:if="{{ recommendPage == 0 }}">- End -</text>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 底部导航栏 -->
|
|
<view class="bottom-base flexflex">
|
|
<view class="left flexcenter" bind:tap="goMyProject">
|
|
我的项目
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/arrows-circle-olivine.svg" mode="widthFix"></image>
|
|
</view>
|
|
<view class="right flex1 flexacenter">
|
|
<view class="btn flexcenter" wx:if="{{ (contras.ismanage == null || contras.ismanage == 0) && (contras.status == null || contras.status == 0) }}" bind:tap="addComparison">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/flyingFriend-add.svg" mode="widthFix"></image>
|
|
加入对比单
|
|
</view>
|
|
<block wx:elif="{{ contras.ismanage == 1 && contras.status == 1 }}">
|
|
<view class="already-join">
|
|
<view class="top flexcenter">
|
|
<image class="img" src="https://app.gter.net/image/miniApp/offer/tick-gray-round.svg" mode="widthFix"></image>已加入
|
|
</view>
|
|
<view class="bottom flexacenter">可点击左侧“我的项目”进行项目对比或管理</view>
|
|
</view>
|
|
</block>
|
|
<view wx:else class="btns flex1 flexacenter">
|
|
<view class="item flexcenter flex1 {{ contras.status == 1 ? 'already' : '' }}" bind:tap="addComparison">
|
|
<image wx:if="{{ contras.status == 1 }}" class="icon" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/tick-grey.svg"></image>
|
|
<image wx:else class="icon" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/add-deep-blue.svg"></image>
|
|
{{ contras.status == 1 ? '已' : '' }}加入对比单
|
|
</view>
|
|
<view class="item flexcenter flex1 {{ contras.ismanage == 1 ? 'already' : '' }}" bind:tap="addComparison">
|
|
<image wx:if="{{ contras.ismanage == 1 }}" class="icon" src="https://app.gter.net/image/miniApp/offer/tick-grey.svg"></image>
|
|
<image wx:else class="icon" src="https://app.gter.net/image/miniApp/offer/add-deep-blue.svg"></image>
|
|
{{ contras.ismanage == 1 ? '已' : '' }}加入项目管理
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 招生官弹窗 -->
|
|
<view class="admission-pop" wx:if="{{ admissionState }}" catch:touchmove="return" bind:tap="cutAdmission">
|
|
<view class="admission-box" catch:tap="return">
|
|
<view class="head flexcenter">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/talk-live-full-icon.png" mode="widthFix"></image>
|
|
<view class="text flexcenter">
|
|
<image class="triangle" src="https://app.gter.net/image/miniApp/offer/triangle-dark-cyan.svg"></image>
|
|
招生官为你答疑
|
|
</view>
|
|
</view>
|
|
|
|
<view class="content">
|
|
<swiper class="swiper" bindchange="admissionChange">
|
|
<swiper-item class="swiper-item" wx:for="{{ urls }}" wx:key="index">
|
|
<view class="item flexacenter" wx:for="{{ item }}" wx:key="index">
|
|
<view class="flexcenter icon-box">
|
|
<image class="icon" src="{{ item.logo }}" mode="heightFix"></image>
|
|
</view>
|
|
<view class="text flex1">
|
|
<view class="admissionState state{{ item.mold }}">{{ moldObj[item.mold] }}</view>
|
|
{{ item.title }}
|
|
</view>
|
|
</view>
|
|
</swiper-item>
|
|
</swiper>
|
|
|
|
<view class="point flexcenter">
|
|
<view class="item {{ admissionCurrent == index ? 'pitch' : '' }}" wx:for="{{ urls }}" wx:key="index">
|
|
</view>
|
|
</view>
|
|
<image class="triangle" src="https://app.gter.net/image/miniApp/offer/triangle-white-lucency.svg" mode="widthFix"></image>
|
|
</view>
|
|
|
|
<view class="word flexcenter">
|
|
<image class="item" src="https://app.gter.net/image/miniApp/offer/word-live.png" mode="widthFix"></image>
|
|
<image class="item" src="https://app.gter.net/image/miniApp/offer/word-playback.png" mode="widthFix">
|
|
</image>
|
|
<image class="item" src="https://app.gter.net/image/miniApp/offer/word-answer.png" mode="widthFix"></image>
|
|
</view>
|
|
|
|
<view class="hint">请添加申请小助手</view>
|
|
|
|
<view class="QR-code flexcenter">
|
|
<image class="icon" src="https://u.gter.net/assistantwxqrcode.png" mode="widthFix" show-menu-by-longpress="{{ true }}"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<template name="item-header">
|
|
<view class="item-header flexacenter">
|
|
<view class="flexacenter">
|
|
<view class="greenDot"></view>
|
|
{{ text }}
|
|
</view>
|
|
<view wx:if="{{ type == 'rankings' }}" class="list-btn flexacenter" bind:tap="goPage" data-url="/pages/projectAllList/projectAllList">
|
|
榜单
|
|
<image class="icon" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/arrow-circle-gray.png"></image>
|
|
</view>
|
|
<!-- <view wx:if="{{ type == 'consult' }}" class="list-btn flexacenter" bind:tap="goPage" data-url="/pages/victoryList/victoryList"> -->
|
|
<navigator target="miniProgram" app-id="wxa9296b07391c2bc7" wx:if="{{ type == 'consult' }}" class="list-btn flexacenter" path="/pages/victoryList/victoryList">
|
|
Offer榜
|
|
<image class="icon" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/arrow-circle-gray.png"></image>
|
|
</navigator>
|
|
<!-- Offer榜
|
|
<image class="icon" mode="widthFix" src="https://app.gter.net/image/miniApp/offer/arrow-circle-gray.png"></image> -->
|
|
<!-- </view> -->
|
|
</view>
|
|
</template>
|
|
|
|
<go-login wx:if="{{ isloginBtnState }}" islogin="{{ islogin }}" binduserClickLogin="userClickLogin" bindpopClose="popClose"></go-login>
|
|
|
|
<perfect-information wx:if="{{ informationState }}" bindrevampInformationState="revampInformationState"></perfect-information>
|
|
|
|
<index-sidebar id="index-sidebar" class="index-sidebar" sidebarType="xg" isInitFinish="{{ isInitFinish }}" bind:openLogin="openLoginBtnState" islogin="{{ islogin }}"></index-sidebar>
|
|
|
|
<template name="table">
|
|
<view class="course block">
|
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/triangle-red.svg" mode="widthFix"></image>
|
|
<view class="title">{{ title }}</view>
|
|
<view class="hint" wx:if="{{ count }}">(共 {{ count }} 学分)</view>
|
|
<view class="table-head flexacenter">
|
|
<view class="item number">课程编号</view>
|
|
<view class="item name flex1">课程名称</view>
|
|
<view class="item credit">学分</view>
|
|
</view>
|
|
<view class="table-body">
|
|
<view class="list" wx:for="{{ data }}" wx:key="index">
|
|
<view class="item number flexcenter">{{ item.course_code || '-' }}</view>
|
|
<view class="item name flex1">
|
|
<view class="text">{{ item.course_name_zh }}</view>
|
|
<view class="english">{{ item.course_name_en }}</view>
|
|
</view>
|
|
<view class="item credit flexcenter">{{ item.course_credits || '-' }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<template name="demand">
|
|
<view class="title">{{ item.name || '' }}</view>
|
|
<view class="hint" wx:if="{{ !item.iselse }}">满足以下其中一项即可</view>
|
|
<view class="ability-item" wx:for="{{ item.proof_methods }}" wx:key="index">
|
|
<view class="head flexacenter">
|
|
<view class="index flexcenter">{{ index + 1 }}</view>
|
|
<view class="ability-text">{{ item.name || item.test_name }}</view>
|
|
<view wx:if="{{ item.requirement_level }}" class="tag flexcenter {{ item.requirement_level }}">{{ item.level }}</view>
|
|
</view>
|
|
<view wx:if="{{ item.description_zh }}" class="description">{{ item.description_zh }}
|
|
<view class="remarks" wx:if="{{ item.remarks_zh && item.description_zh != item.remarks_zh }}">{{ item.remarks_zh }}</view>
|
|
</view>
|
|
<view wx:else class="list">
|
|
<view class="item" wx:for="{{ item.tests }}" wx:key="index">
|
|
<image class="triangle" src="https://app.gter.net/image/miniApp/offer/dot-green.svg" mode="widthFix"></image>
|
|
<view class="name">{{ item.test_name }}</view>
|
|
<view class="value" wx:if="{{ item.text }}">{{ item.text }}</view>
|
|
<view class="remarks" wx:if="{{ item.remarks_zh }}">{{ item.remarks_zh }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<view class="quick-answer-pop" wx:if="{{ quickAnswerState }}" catch:touchmove="return" bind:tap="cutQuickAnswer">
|
|
<view class="quick-answer-box" catch:tap="return">
|
|
<image class="quick-answer-img" src="https://app.gter.net/image/miniApp/offer/quick-answer-pop.png" mode="widthFix"></image>
|
|
<image class="quick-answer-icon" show-menu-by-longpress src="https://u.gter.net/assistantwxqrcode.png" mode="widthFix"></image>
|
|
</view>
|
|
</view> |