|
|
@@ -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,
|