|
@@ -1,6 +1,8 @@
|
|
|
<!-- 商城首页,支持店铺装修 -->
|
|
|
<template>
|
|
|
<view v-if="template">
|
|
|
+ <!--{{android}}
|
|
|
+ {{androidJiGuangId}} -->
|
|
|
<s-layout title="首页" navbar="custom" tabbar="/pages/index/index" :bgStyle="template.page"
|
|
|
:navbarStyle="template.style?.navbar" onShareAppMessage>
|
|
|
<s-block v-for="(item, index) in template.components" :key="index" :styles="item.property.style">
|
|
@@ -21,7 +23,7 @@
|
|
|
} from '@dcloudio/uni-app';
|
|
|
import sheep from '@/sheep';
|
|
|
import $share from '@/sheep/platform/share';
|
|
|
- // import { isAndroid,getAndroidJiGuangId } from '@/sheep/hooks/useApp'
|
|
|
+ import { isAndroid,getAndroidJiGuangId } from '@/sheep/hooks/useApp'
|
|
|
import {
|
|
|
showWalletModal,
|
|
|
colseWalletModal
|