$ gnpm install @gidc-ebank-parts-h5-standard/common
import AccountInfo from "./components/vx-account-info";
Vue.component(AccountInfo.name, AccountInfo);
<vx-account-info 
  @transfer="gotoTranfer" 
  @message-detail="openDetail"> 
</vx-account-info>
data(){
  return {
  }
},
methods:{
  // 跳转转账页面
  gotoTranfer(accInfo) {
    // 转账
    this.$router.push({
        name: 'transferRemit-singleTransferPre',
        params: {
            accInfo,
        },
    });
  },
  // 打开明细页面
  openDetail(accInfo) {
    // 明细
    this.$router.push({
        name: 'accManage-bqMessage-bqMessageDetail',
        params: {
            accInfo:,
        },
    });
  },
}
| 属性 | 说明 | 类型 | 默认值 | 备注 | 
|---|---|---|---|---|
| autoplay | 是否自动播放轮播 | Boolean | false | - | 
| width | 组件宽度 | String | 600px | - | 
Copyright 2013 - present © cnpmjs.org | Home |