Lou
2023-11-12 a96143a90b34e70d007a059452c62a16745d9719
首页跳转需改
2 files modified
6 ■■■■ changed files
manifest.json 4 ●●●● patch | view | raw | blame | history
pages/home/index.vue 2 ●●● patch | view | raw | blame | history
manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "基层自治",
    "appid" : "__UNI__3081001",
    "appid" : "__UNI__EE88272",
    "description" : "",
    "versionName" : "1.0.10",
    "versionCode" : 104,
@@ -142,7 +142,7 @@
    "quickapp" : {},
    /* 小程序特有相关 */
    "mp-weixin" : {
        "appid" : "wx1ff4bbc24b343ef1",
        "appid" : "wxdc5675f4df850da6",
        "setting" : {
            "urlCheck" : false,
            "minified" : true,
pages/home/index.vue
@@ -18,7 +18,7 @@
                        <u-icon :name="i.icon" :size="45"></u-icon>
                        <text class="f-26 mt-20">{{i.text}}</text>
                    </u-grid-item>
                    <u-grid-item @click.native="navigatorPage('subPackage/bs/views/repair')" v-if="curSelectSite.addressType != 2">
                    <u-grid-item @click.native="navigatorPage('/subPackage/bs/views/repair')" v-if="curSelectSite.addressType != 2">
                        <u-icon name="/static/icon/nav-02.png" width="90rpx" height="90rpx"></u-icon>
                        <text class="f-26 mt-20">报事报修</text>
                    </u-grid-item>