Преглед на файлове

计划外列表页面刷新优化

zhujindu преди 10 месеца
родител
ревизия
a73d0f7e3a
променени са 1 файла, в които са добавени 31 реда и са изтрити 0 реда
  1. 31 0
      src/views/deviceOutside/index.vue

+ 31 - 0
src/views/deviceOutside/index.vue

@@ -488,6 +488,35 @@
     <div class="positionContent" @click="rangeStoreFn()" v-if="mapShows">
       <van-icon class="img" :name="mpimg" size="50" />
     </div>
+    <!-- 测试玩 -->
+    <!-- 下单系统 -->
+    <div
+      class="storeSystem"
+      v-if="objectPath"
+      style="
+        width: 100%;
+        height: 100%;
+        position: absolute;
+        z-index: 9999999;
+        display: flex;
+        flex-direction: column;
+      ">
+      <div
+        style="
+          position: relative;
+          z-index: 1;
+          display: flex;
+          align-items: center;
+          height: 46px;
+          background-color: #fff;
+          font-size: 16px;
+          font-weight: bold;
+          justify-content: center;
+        ">
+        下单系统
+      </div>
+      <object style="flex: 1" :data="objectPath" type="text/html" width="100%"></object>
+    </div>
   </div>
 </template>
 
@@ -628,6 +657,7 @@ export default {
       lon: '',
       timeData: '',
       customerVisits: true,
+      objectPath: '',
     };
   },
   watch: {
@@ -899,6 +929,7 @@ export default {
         this.toastLoading().clear();
         if (res.code == 200 && res.data) {
           window.location.href = res.data;
+          // this.objectPath = res.data;
         } else {
           this.Toast({
             message: res.msg,