邃芒智像相册
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
428 B

  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.basic = void 0;
  4. exports.basic = Behavior({
  5. methods: {
  6. $emit: function (name, detail, options) {
  7. this.triggerEvent(name, detail, options);
  8. },
  9. set: function (data) {
  10. this.setData(data);
  11. return new Promise(function (resolve) { return wx.nextTick(resolve); });
  12. },
  13. },
  14. });