cuiqian2004
2024-07-09 d7766c4312a27ac843bac7fd35ea724bdae2af4a
test
3个文件已修改
20 ■■■■ 已修改文件
pages.json 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/modal/3200.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/modal/3201.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -65,7 +65,19 @@
            "path": "pages/modal/3018_2",
            "style": {
                "navigationBarTitleText": "%sys.add2%",
                "enablePullDownRefresh": false
                "enablePullDownRefresh": false,
                // "app-plus": {
                //     "titleNView": {
                //         "buttons": [{ //右侧操作按钮样式定义,是以数组形式定义,可定义多个
                //             "color": "#000000",
                //             "fontSize": "16",
                //             "width": "auto",
                //             "float": "right", //导航栏的左右位置
                //             "text": "\ue612",
                //             "fontSrc": "/static/uni.ttf" // 字体文件路径
                //         }]
                //     }
                // }
            }
        }
        // ,{
pages/modal/3200.vue
@@ -201,9 +201,9 @@
        <view class="view-floor">
            <button type="default" @click="cancel" class="btn_cancel"
                :style="{'width':param.ListPage.Page_Button.length>0?'39.5%':'48.5%'}">关闭</button>
                :style="{'width':param.ListPage.Page_Button.length>0?'39.5%':'48.5%'}">{{translateSys("close")}}</button>
            <button type="default" @click="Refresh" class="btn_refresh"
                :style="{'width':param.ListPage.Page_Button.length>0?'39.5%':'48.5%'}">刷新</button>
                :style="{'width':param.ListPage.Page_Button.length>0?'39.5%':'48.5%'}">{{translateSys("refresh")}}</button>
            <view class="uni-padding-wrap" v-if="param.ListPage.Page_Button.length>0">
                <view class="uni-btn-v">
                    <a @tap="actionSheetTap">
pages/modal/3201.vue
@@ -527,7 +527,7 @@
    };
</script>
<style lang="scss">
    .uni-page-modal-3200 {
    .uni-page-modal-3201 {
        .example {