From d7766c4312a27ac843bac7fd35ea724bdae2af4a Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期二, 09 七月 2024 19:23:27 +0800 Subject: [PATCH] test --- pages.json | 14 +++++++++++++- pages/modal/3200.vue | 4 ++-- pages/modal/3201.vue | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index 9c29c26..e43c23a 100644 --- a/pages.json +++ b/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" // 瀛椾綋鏂囦欢璺緞 + // }] + // } + // } } } // ,{ diff --git a/pages/modal/3200.vue b/pages/modal/3200.vue index a50a827..acea277 100644 --- a/pages/modal/3200.vue +++ b/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"> diff --git a/pages/modal/3201.vue b/pages/modal/3201.vue index 3dfe225..b356bf1 100644 --- a/pages/modal/3201.vue +++ b/pages/modal/3201.vue @@ -527,7 +527,7 @@ }; </script> <style lang="scss"> - .uni-page-modal-3200 { + .uni-page-modal-3201 { .example { -- Gitblit v1.9.1