addMoney.js 217 B

123456789101112131415
  1. var app = getApp();
  2. var that;
  3. Page({
  4. data: {},
  5. onLoad(query) {
  6. that = this;
  7. dd.setNavigationBar({ title: "续费升级" });
  8. },
  9. //跳转
  10. openView() {
  11. dd.navigateTo({
  12. url: ''
  13. })
  14. },
  15. });