Selaa lähdekoodia

修改'仿真模拟'在侧边栏的位置

jevian ma(马作伟_沃航科技) 1 kuukausi sitten
vanhempi
commit
512ec6e75a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/ProjectInfo.vue

+ 1 - 1
src/views/ProjectInfo.vue

@@ -41,12 +41,12 @@
         <van-cell-group :style="{ marginTop: '16px' }">
           <van-cell title="编辑工程名称" clickable @click="handleEditName" :title-style="{ color: '#07c160' }" />
           <van-cell title="编译文件" @click="get_c_code('wx')" clickable :title-style="{ color: '#1989fa' }" />
-          <van-cell title="仿真模拟" @click="get_c_code('wxsimu')" clickable :title-style="{ color: '#1989fa' }" />
           <van-cell clickable v-show="crtProject?.isCompiled">
             <template #title>
               <div v-html="wxtag" class="wx-tag"></div>
             </template>
           </van-cell>
+          <van-cell title="仿真模拟" @click="get_c_code('wxsimu')" clickable :title-style="{ color: '#1989fa' }" />
           <van-cell title="删除工程" @click="delProject" clickable :title-style="{ color: '#fd5632' }" />
           <van-cell clickable v-if="isInWx">
             <template #title>