|
@@ -11,10 +11,10 @@
|
|
stroke-width="8"
|
|
stroke-width="8"
|
|
/>
|
|
/>
|
|
</view>
|
|
</view>
|
|
- <!-- <view class="topTip">
|
|
|
|
|
|
+ <view v-if="testEnvBool" class="topTip">
|
|
使用简历附件生成在线简历:
|
|
使用简历附件生成在线简历:
|
|
<text class="resumeAnalysisBtn" @tap="handleToResumeAnalysis">立即生成</text>
|
|
<text class="resumeAnalysisBtn" @tap="handleToResumeAnalysis">立即生成</text>
|
|
- </view> -->
|
|
|
|
|
|
+ </view>
|
|
<view class="baseInfo borderLine" @tap="handleTo('baseInfoEdit')">
|
|
<view class="baseInfo borderLine" @tap="handleTo('baseInfoEdit')">
|
|
<view>
|
|
<view>
|
|
<view class="baseInfo-name">
|
|
<view class="baseInfo-name">
|
|
@@ -248,6 +248,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
|
+import { testEnvBool } from '@/utils/config'
|
|
import { ref } from 'vue'
|
|
import { ref } from 'vue'
|
|
import { getAgeByBirthdayTimestamp, timesTampChange } from '@/utils/date'
|
|
import { getAgeByBirthdayTimestamp, timesTampChange } from '@/utils/date'
|
|
import {
|
|
import {
|