success.js 90 B

1234567
  1. Page({
  2. go() {
  3. wx.navigateTo({
  4. url: '/pages/takePhoto/takePhoto',
  5. })
  6. }
  7. })