Browse Source

mod:虚拟遥控器

panqiuyao 7 tháng trước cách đây
mục cha
commit
e5f3173edc

+ 1 - 1
frontend/src/views/Photography/shot.vue

@@ -54,7 +54,7 @@
         </div>
         <div class="step-number flex-col"><span class="text_22">2</span></div>
         <div class="step-two flex-col justify-between">
-          <span class="step-title">第二步:启动拍摄(根据左右脚按遥控器左右键启动)</span>
+          <span class="step-title">第二步:启动拍摄(根据按遥控器左右键启动)</span>
           <div class="shooting-container flex-col">
             <div class="shooting-tips flex-row justify-between">
               <img class="info-icon" referrerpolicy="no-referrer" src="@/assets/images/Photography/info-icon.png" />

+ 5 - 0
frontend/src/views/RemoteControl/index.vue

@@ -18,6 +18,11 @@
       <el-col :span="8"><div class="button up" @click="runRight">右脚</div></el-col>
     </el-row>
     <el-row align="middle">
+      <el-col :span="2"></el-col>
+      <el-col :span="20" class="fs-12">获取商品货号后,点击左右键启动拍摄程序,在拍摄程序结束后,可点击拍照启动单独拍照程序</el-col>
+      <el-col :span="2"></el-col>
+    </el-row>
+    <el-row align="middle">
       <el-col :span="8"></el-col>
       <el-col :span="8"></el-col>
 <!--      <el-col :span="8"><div class="button up">下</div></el-col>-->