| | |
| | | "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" // 字体文件路径 |
| | | // }] |
| | | // } |
| | | // } |
| | | } |
| | | } |
| | | // ,{ |
| | |
| | | |
| | | <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"> |
| | |
| | | }; |
| | | </script> |
| | | <style lang="scss"> |
| | | .uni-page-modal-3200 { |
| | | .uni-page-modal-3201 { |
| | | |
| | | |
| | | .example { |