sku.js 89 B

12345678910
  1. var app = getApp();
  2. var that;
  3. Page({
  4. data: {
  5. src: '',
  6. },
  7. onLoad(e) {
  8. },
  9. });